Wikipedia Web Scraper
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
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
cd /d "folder"
python main.py
replace “folder” with the folder where it is stored
Example:
cd /d "E:\Coding"
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.