Skip to content

It is a code which you can use to get data from wikipedia to use to get knowledge or in any other projects where you need wiki information.

Notifications You must be signed in to change notification settings

PavanTeja2005/getfromwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It is a code which you can use to get data from wikipedia to use to get knowledge or in any other projects where you need wiki information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published