Experimental Flask-based application to do basic analytics on public Instagram media
$ pip install flask redis rq
Pre-requisites: Python 2.7 installed, Redis running
In one shell:
$ rq worker
In another shell:
$ python server.py
Visit on http://localhost:5000
MIT - see [License file][license.md] for details