Simple yet powerful instagram analytics tool
- If you don't have pipenv, install it with
brew install pipenv
. - Clone the directory,
cd
into it, and then runpipenv shell
followed bypipenv install
- Set your environment variables:
export FLASK_ENV=development
- Grab an graphistry api key by emailing:
info@graphistry.com
- Set graphistry api key:
export graphistry_key=yourkey
- Start the mongodb background process
sudo mongod
- Run the command
flask run
orpython3 app.py
orflask run
and everything should work!