Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
108 stars 15 forks source link

How did you reverse? #58

Open MsLolita opened 11 months ago

MsLolita commented 11 months ago

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.

Danie1 commented 11 months ago

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).