Skip to content

A web scraping project in python3, a command line interface for wikipedia.

Notifications You must be signed in to change notification settings

sherinann/easywiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easywiki

Codacy Badge

this is a python script to access information about any subject from wikipedia through command line

Requirements

  • python 3
  • bs4

How to install

  • From pypy
    pip install easywiki
  • From downloaded package
    pip install path/to/package
    eg.
        pip install download/easywiki.tar.gz

How to set up.

  • Download source:
    $ git clone https://github.com/sherinann/easywiki.git
  • Install requirements
    $ pip3 install -r requirements.txt

Now to build the application

  • Create a distribution
    $ python3 setup.py sdist 
  • Go to the directory
    $ cd dist
  • Install the package using pip3

    • example:
        $ pip3 install easywiki-1.0.0dev.tar.gz
    

About

A web scraping project in python3, a command line interface for wikipedia.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages