A Python script to automatically export and track changes in your X (formerly Twitter) followers and following lists.
FDAP = Followers Diff Auto Push
English | 简体中文
- Export followers and following lists from X (Twitter).
- Automatically detect and track changes between exports.
- Push updates to GitHub or Telegram for easy access.
This script is intended for personal use and may not function as expected on other systems (besides GNU/Linux). Please review and modify the code as necessary before using it.
- Python 3.4 or higher
- Twitter Web Exporter 1.3.0 or higher
- Google Chrome with remote debugging enabled
- Tampermonkey browser extension
git clone https://github.com/MtFloveU/twitter_fdap.git
cd twitter_fdappip3 install -r requirements.txt- Update
config.iniwith:- Your Twitter ID (use Twitter ID Converter).
- Chrome's debugging url.
- Chrome's download directory.
cd data
git config --global init.defaultBranch main
git init
cd ..Alternatively, clone an existing Git repository
python3 main.pyFeel free to reach out on Twitter (@P5KAban).
This script is provided as-is. Use it at your own risk and ensure you understand its functionality before running it.