-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Hi 👋 first of all, thank you for this project — it’s very well built and extremely useful.
I’m using instagram_monitor mainly to track follower changes, and it works great for that.
I noticed that the tool is also able to detect “likes” activity internally (visible in the dashboard / activity feed), but currently there doesn’t seem to be a way to consume this data programmatically.
Feature request (best-effort / optional)
Would it be possible to expose liked post events (even in a best-effort or experimental way) via one of the existing output channels, for example:
- webhook payload
- notification system (Telegram / JSON)
- or a simple event callback
What would already be very useful:
- post URL (e.g. https://www.instagram.com/p/XXXX/)
- target username (optional)
- timestamp (if available)
I fully understand that:
- Instagram activity feeds are unstable
- likes are ephemeral and rate-limited
- this may not be 100% reliable
Even partial / recent / non-guaranteed data would still be valuable for monitoring purposes.
Use case
I’m using this for personal monitoring of a small number of public accounts (non-commercial), mainly to:
- see recent likes
- forward them to an external system (webhook → notifications)
If this is out of scope for the project, no worries at all — just wanted to ask in case it’s something you’d consider or have thoughts about.
Thanks again for your work on this project 🙏