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

https://github.com/imthaghost/gram

Instagram analytics tool
https://github.com/imthaghost/gram

Last synced: over 1 year ago
JSON representation

Instagram analytics tool

Awesome Lists containing this project

README

          

# Gram

Simple yet powerful instagram analytics tool

## :camera: Example

## To get up and running:

- If you don't have pipenv, install it with `brew install pipenv`.
- Clone the directory, `cd` into it, and then run `pipenv shell` followed by `pipenv 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` or `python3 app.py` or `flask run` and everything should work!