Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 844 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 844 Bytes

It is a code which you can use to search and get data from wikipedia on the go in variety of languages.

Prerequisites

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

Cloning this repository is optional. wiki.py can install the necessary packages by itself if you have a working python and pip in your machine.