Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takinbo/postpy

Python-based scraper for the Nigerian postcodes website
https://github.com/takinbo/postpy

Last synced: 8 days ago
JSON representation

Python-based scraper for the Nigerian postcodes website

Awesome Lists containing this project

README

        

# PostPy #

PostPy is a python script that I wrote several years ago to scrape the postal code information on the [Nigeria Postcodes](http://nigeriapostcodes.com/) website. The output of this script is published at https://www.google.com/fusiontables/DataSource?docid=1SGciXyeSfToE565mmlWXFGF005lQWcx0XBBbqw

It hasn't been tested recently and it may be broken. I'm releasing the source code so it can be improved upon so please fork the project and submit pull requests.

### Dependencies ###
* Python 2.6.x, 2.7.x
* [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/bs3/)