Jump to content
Kev

Terminal Based Wikipedia

Recommended Posts

WIK

wik is command based wiki. It let you search for any wikipedia up to date article on one query to your terminal.

 

Requirements

  • Python3
  • beautifulsoup4

 

Installation

 

Linux

 

From Source

sudo pip3 install beautifulsoup4 flit_core
git clone https://github.com/yashsinghcodes/wik.git
cd wik
sudo pip3 install .

 

PYPI

sudo pip3 install wik

 

Windows

 

From Source

pip install beautifulsoup4 flit_core
git clone https://github.com/yashsinghcodes/wik.git
cd wik
pip install .

 

Quote

Note: Windows users should have added python to there environment variable

 

PYPI

pip install wik

 

Options

Using wik is acutally really simple.

usage: wik [-h] [-s SEARCH] [-i INFO] [-q QUICK]

optional arguments:
  -h, --help            show this help message and exit
  -s SEARCH, --search SEARCH
                        Search any topic
  -i INFO, --info INFO  Get info on any topic(Use correct name)
  -q QUICK, --quick QUICK
                        Get the summary on any topic

 

 

Example

155836508-63c7424f-b7d6-4871-a170-e2f0fd

 

$ wik -q Linux

 

155836565-281eb678-9605-4131-a6c9-9a6c87

 

Contribution

You can contribute to the project by opening a issue if you face any or making a pull requests, if you think you can fix somthing or make improvment on the code. If you have some ideas related to the project you can contact me.

 

Want to work with me?

This is the task list if you think you can implement any please make a pull request.

 

Download: wik-main.zip

 

or

 

git clone https://github.com/yashsinghcodes/wik.git

 

Source

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...