hasgeek / hascore

Hasgeek legacy geonames API
3 stars 2 forks source link

Hascore: Hasgeek API

Build status Coverage Status

Hascore provides helper API methods including the networkbar that is shown on all sites, and API endpoints for geolocation and language analysis.

Hascore requires NLTK. You will need to install NLTK's corpus data. Be warned, this is about 1.8 GB:

$ python -m nltk.downloader all

If you are using Mac OS X and had trouble installing Numpy, please see the instructions here: https://gist.github.com/goldsmith/7262122