2pai/instastory-monitor-telegram

Add frontend to display history instastory based on metadata Using Vue/ReactJS.

Opened this issue · 0 comments

2pai commented

Problem

Currently, we're only can see the instagram story photos/videos by using dispatcher.js to send directly on our telegram account. But, sometimes we're want to open it on some website/pages. We can explore the images folder but it seems hard because of the unordered images file.

Proposed Solution

Create a frontend pageto display images based onmetadata-story.json (simple read JSON file) and serve images from the images directory (downloaded image). Using React / VueJS would be good, so we can deploy the frontend using Vercel / Netifly.

It will be good if you can create a filter based on media date too.