Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 1.3 KB

README.md

File metadata and controls

59 lines (31 loc) · 1.3 KB

WikiBot

Have you ever needed some data from Wikipedia very fast , but you dont have enough time to do it yourself and you start panicking. Anyone ? Ok then I guess it is only me. This bot will do just that ! Just enter whatever you need data on and boom ! You have your data ready.

This was built using Wikipedia's Python API and Python

PyPi - Wikipedia

Requirements

You need: python, pip to install packages

Tutorial On How To Install pip

after you have done that run this in the terminal (Windows):

pip install wikipedia

Usage

cd /d "folder"
python main.py

replace "folder" with the folder where it is stored

Example:

cd /d "E:\Coding"

Upcoming Features

  • Writing to a text file (Done!)

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