Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timothycarambat/instagram-dm-analyzer
- Owner: timothycarambat
- Created: 2019-01-17T05:42:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T08:04:53.000Z (almost 6 years ago)
- Last Synced: 2024-12-13T19:14:37.198Z (28 days ago)
- Topics: instagram, instagram-dm-analyzer, json, metrics, micro-project, reddit, s3
- Language: JavaScript
- Homepage: http://dm-analyser.s3-website.us-east-2.amazonaws.com/
- Size: 5.32 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 conversationsThis 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.