📥 Download Account Data
Trigger X/Twitter's official data archive download from your settings.
📋 What It Does
- Navigates to Settings → Your Account → Download an archive
- Clicks "Request archive" if not already pending
- Monitors the archive status
- When ready, guides you to download it
🌐 Browser Console Script
Steps:
- Go to
x.com/settings/download_your_data - Open console (F12) and paste
src/downloadAccountData.js
📁 Files
src/downloadAccountData.js— Trigger official data archivesrc/backupAccount.js— Custom backup (instant, partial data)
⚠️ Notes
- X's official archive takes 24-48 hours to prepare
- The archive includes: tweets, DMs, likes, followers, ad data, and more
- You'll receive a notification when it's ready to download
- This is different from
src/backupAccount.jswhich exports instantly but with less data - You may need to re-enter your password when accessing this settings page
⚡ Ready to try Download Account Data?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts