threads-api icon indicating copy to clipboard operation
threads-api copied to clipboard

How did you reverse?

Open MsLolita opened this issue 2 years ago • 1 comments

Hi, reversing the web version is of course no problem, but how to reverse the Threads application, I can't figure out. I used httptoolkit, which could not decode the https traffic. I also used fiddler, which did not show the requests normally. So I would be very grateful if you could explain how you were able to sniff the traffic, or maybe link to the tutorial you did.

MsLolita avatar Jul 20 '23 14:07 MsLolita

Hey @MsLolita, I haven't been reversing it myself, but there are some here: https://github.com/junhoyeo/threads-api/issues/82 There are similarities with the Instagram API (some functionality is shared, such as image upload and login), and there is code in Instagram repos that do it quite well already (instagrapi for example).

Danie1 avatar Jul 20 '23 22:07 Danie1