Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timothycarambat/instagram-dm-analyzer

Upload the JSON output of your DMs from Instagram and get some metrics
https://github.com/timothycarambat/instagram-dm-analyzer

instagram instagram-dm-analyzer json metrics micro-project reddit s3

Last synced: 9 days ago
JSON representation

Upload the JSON output of your DMs from Instagram and get some metrics

Awesome Lists containing this project

README

        

# Instagram DM Analyzer

### Objective
Be able to upload a simple IG DM JSON file and get metrics about the conversations

This app requires not database connection and is currently stored in an S3 bucket serving the webpage. The site makes no external requests and on refresh will clear the uploaded data.

Build using Material UI components.

### Installation
**Development**
Clone Repo
`npm install`
`npm start`

**Release**
`npm run build`
Deploy dist folder contents as you usually would.