Download wikipedia articles from the CLI
Created by
sp3ppr and
contributors
- python3
Libraries used:
- selenium
git clone https://github.com/shagunattri/Dwiki.git
cd Dwiki/
pip install -r requirements.txt
Usage:
python Dwiki query>
Eg:
python Dwiki http #Downloads the wikipedia article as a pdf
Windows users might find errors with chromedriver versions as selenium requires the latest version of chromedriver and it's PATH to work properly.
Make sure you look at updating your chromedriver and it's PATH.
Linux users should be fine ;)
When contributing to this repository, please first discuss the change you wish to make via issue,before making a change.
This project is licensed under the MIT License - see the LICENSE file for details