subzeroid / instagrapi

🔥 The fastest and powerful Python library for Instagram Private API 2024
https://hikerapi.com/p/bkXQlaVe
MIT License
4.2k stars 666 forks source link

Receiving Notifications for new Chat Messages #1874

Open lucasoeth opened 5 months ago

lucasoeth commented 5 months ago

Fetching direct messages is time consuming and inefficient. From looking through the documentation, I don't think a feature exists that allows to receive notifications.

Notifications are sent through Firebase Cloud Messaging. Messages could be received on port while the program is running. We could either define callbacks or define some type of await messages() structure.

Has there been any attemps at this?

thegreatref commented 4 months ago

I would appreciate if this gets more attention