Skip to content

akhilesh1kr/Wikipedia-Article-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia Article downloader

A website to download Wikipedia articles as pdf documents.

Features

  • Search functionality to discover wikipedia articles.
  • Auto suggest powered by wikipedia api.
  • Similar Article Suggestion functionality in case of the queried article not available.
  • Read article and download as PDF.

Packages Used

  1. Django
  2. Wikipedia
  3. Wikipedia-API
  4. WeasyPrint

Installation

Use the package manager pip to install packages.

# Virtual Environment
sudo -H pip3 install -U pipenv
pipenv --python 3.6
pipenv shell

# Package Requirements
pip install -r requirements.txt

Run Django Server

The Website could be run on browser at http://127.0.0.1:8000/ after running following command on terminal.

python manage.py runserver

Images

Autocomplete home search_suggestion pdf

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A website to download Wikipedia articles as pdf documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published