junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.59k stars 134 forks source link

Integrated with Direct Message Instagram #100

Open reyeff opened 1 year ago

reyeff commented 1 year ago

Hello it is possible this repo can read direct message from Instagram Account. So the message can be post it on Threads, maybe with some filter like if the Account is followed by Instagram/Threads and filter message.

Im happy if it can. Thank you✌️

SethuSenthil commented 1 year ago

I think it's kinda out of scope for this library as this primarily focuses on threads. There are other libraries that focus on the Instagram API like this one so I don't think there is any purpose in reinventing the wheel: https://github.com/dilame/instagram-private-api

You can write a simple node js or deno program using both of these libraries together to achieve what you are looking for. But ultimately it depends on what the other contributors think!

cedriking commented 1 year ago

I agree that it feels out of the scope of the API. Sounds more like a "Built with" option.