dilame / instagram-private-api

NodeJS Instagram private API SDK. Written in TypeScript.
MIT License
5.99k stars 1.14k forks source link

How do I get a message, then reply automatically? #1423

Open Bintang73 opened 3 years ago

Bintang73 commented 3 years ago

Get messages and reply to them automatically.

How do I get incoming message info, and reply to it automatically? Like a bot.

Thank you in advance.

Nerixyz commented 3 years ago

Are you talking about icebreakers or other business account features?

If not, then you need to use a realtime library like instagram_mqtt (see pinned issue).

Bintang73 commented 3 years ago

Are you talking about icebreakers or other business account features?

If not, then you need to use a realtime library like instagram_mqtt (see pinned issue).

how do i use instagram_mqtt? I've tried it. but it didn't work ..

iamsoorena commented 3 years ago

@Bintang73 look at the example on their readme page.