Reverse engineering of the web version of Twitter.
This repository is not complete. Limitations of Static Code Analysis.
The documentation in the Develop branch is automatically updated to the latest version every day at 21:00 UTC.
Stable branch / Develop branch / Logged in branch /Twitter Blue branch
This is incomplete documentation of Twitter's internal API. This is the limit of static analysis, and it is very difficult to improve the system any further. This document is dedicated to automated analysis at the expense of accuracy.
Be the first to know about changes to Twitter's internal API. You can find out information about APIs under development that cannot be called from the UI. It also serves as a reverse engineering assistant.
yes. https://github.com/fa0311/twitter-openapi
Internal GraphQL API Document
Twitter Internal GraphQL API Json
Change Log
Internal v1.1 Document
Internal v1.1 Json
Static Constants Document
Static Constants Json
Note written by the developer.
Reverse Engineering Document
Instead, please use https://github.com/fa0311/twitter-openapi.
git clone https://github.com/fa0311/TwitterInternalAPIDocument.git
cd TwitterInternalAPIDocument
pip install -r requirements.txt
Optional
git clone https://github.com/fa0311/TwitterFrontendFlow.git
python TwitterFrontendFlow/sample2.py
Instead, please use https://github.com/fa0311/twitter-openapi.