junhoyeo / threads-api

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

[New Feature Request] Upload multi threads or upload post as reply #77

Closed dennis2311 closed 1 year ago

dennis2311 commented 1 year ago

I'm happy to be able to post automatically on Threads. I really appreciate your work.

However, there's one more function I want, that uploading in multi-threads form from the beginning. (You can type enter three times when you upload a post in the threads app or press the 'Add to Thread' text.)

Of course, it doesn't work just by putting line-break in the parameter of the .publish() function more than three times.

I tried myself to find out if the API is different, but my reverse-engineering skills are still immature, so I haven't figured it out yet.

Is it possible to add that function? I saw that 'Reply to existing Thread' is in the roadmap you set, but personally, I would be happy if it is advanced.

Thank you.

junhoyeo commented 1 year ago

@dennis2311 I was just about to open a PR for this! 👍

junhoyeo commented 1 year ago