It is a code which you can use to search and get data from wikipedia on the go in variety of languages.
You need python installed in your system. You also need pip for installing packages. if you have them,
git clone https://github.com/PavanTeja2005/getfromwiki.git
cd getfromwiki
else go with this,
git clone https://github.com/PavanTeja2005/getfromwiki.git
cd getfromwiki
chmod +x install.sh
./install.sh
If you are using python3 or have no python preinstalled and completed the above steps,
pip3 install -r requirements.txt
python3 wiki.py
or else,
pip install -r requirements.txt
python wiki.py