instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

Receiving Notifications for new Chat Messages

Open lucasoeth opened this issue 2 years ago • 1 comments

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?

lucasoeth avatar Apr 11 '24 14:04 lucasoeth

I would appreciate if this gets more attention

thegreatref avatar May 01 '24 12:05 thegreatref