https://github.com/imthaghost/gram
Instagram analytics tool
https://github.com/imthaghost/gram
Last synced: over 1 year ago
JSON representation
Instagram analytics tool
- Host: GitHub
- URL: https://github.com/imthaghost/gram
- Owner: imthaghost
- Created: 2019-10-13T04:40:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:45:01.000Z (over 3 years ago)
- Last Synced: 2025-02-11T20:51:04.719Z (over 1 year ago)
- Language: HTML
- Size: 22.1 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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!