Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takinbo/postpy
- Owner: takinbo
- License: mit
- Created: 2015-01-12T09:18:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-12T09:21:28.000Z (almost 10 years ago)
- Last Synced: 2023-04-18T11:59:53.516Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)