Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 415 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 415 Bytes

Ghana news spider

Setup

  1. Install virtualenvwrapper and activate it: install help

    $ mkvirtualenv news
    
    $ $VIRTUAL_ENV/bin/pip install -r requirement.txt
    

Run a spider

$ scrapy crawl <spider name>

Todo

Add more spiders for other news sites in Ghana

Contribute

Fork and create pull requests