Skip to content

shagunattri/Dwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dwiki

Download wikipedia articles from the CLI

Pull Requests MIT License

Created by sp3ppr and contributors


Written in

  • python3

Libraries used:

  • selenium

Installation

git clone https://github.com/shagunattri/Dwiki.git

cd Dwiki/

pip install -r requirements.txt

Usage

        Usage: 

            python Dwiki query>

        Eg:

            python Dwiki http  #Downloads the wikipedia article as a pdf

Notes

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 ;)

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,before making a change.

License

This project is licensed under the MIT License - see the LICENSE file for details