╔══════════════════════════════════════════════╗
║ ║
║ ██╗ ██╗███████╗██╗ ██╗███╗ ██╗ ║
║ ██║ ██║██╔════╝╚██╗ ██╔╝████╗ ██║ ║
║ ██║ █╗ ██║█████╗ ╚████╔╝ ██╔██╗ ██║ ║
║ ██║███╗██║██╔══╝ ╚██╔╝ ██║╚██╗██║ ║
║ ╚███╔███╔╝███████╗ ██║ ██║ ╚████║ ║
║ ╚══╝╚══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═══╝ ║
║ ║
║ Facebook Bulk Token Generator ║
║ v1.0 ║
╚══════════════════════════════════════════════╝
A powerful command-line tool for bulk Facebook access token generation. Perfect for Termux (Android), Linux, Mac, and Windows. No file management needed - just run and type!
- 🚀 Direct input mode - no files needed!
- 📱 Perfect for Termux (Android) and PC
- 🎨 Beautiful WEYN banner display
- 📊 Real-time progress tracking
- ✅ Success/fail indicators for each account
- 💾 Auto-saves results to timestamped files
- 🛡️ Handles errors gracefully
- ✨ Simple and fast
pkg update && pkg upgrade
pkg install python git
pip install requests
git clone https://github.com/yourusername/weyn-token-generator
cd weyn-token-generator# Make sure Python 3 is installed
pip install requests
git clone https://github.com/yourusername/weyn-token-generator
cd weyn-token-generatorpython bulk_token.pyThen enter your accounts one by one:
Account 1: user@example.com|password123
✓ Added
Account 2: +1234567890|mypassword
✓ Added
Account 3: done
That's it! The script will:
- Process all accounts
- Show real-time progress
- Save results to files automatically
The script creates two files automatically:
results_TIMESTAMP.txt - Detailed information:
================================================================================
UID: user@example.com
Status: SUCCESS
Access Token:
EAAGxxxxxxxxxxxxxxx
Cookie:
c_user=123456; datr=abc123; xs=...
C_USER: 123456
DATR: abc123
AppState:
[...]
================================================================================
tokens_TIMESTAMP.txt - Clean format for your tokens:
user@example.com|EAAGxxxxxxxxxxxxxxx
+1234567890|EAAGyyyyyyyyyyyyyyy
$ python bulk_token.py
[*] Enter your accounts below (Format: uid|password)
[*] Type 'done' when finished
Account 1: myemail@gmail.com|mypass123
✓ Added
Account 2: +1234567890|password456
✓ Added
Account 3: done
[*] Processing 2 account(s)...
[1/2] Processing: myemail@gmail.com... ✓ SUCCESS
[2/2] Processing: +1234567890... ✓ SUCCESS
================================================================================
[*] Processing Complete!
[*] Total Accounts: 2
[*] Successful: 2
[*] Failed: 0
[*] Success Rate: 100.0%
[*] 📁 Results saved to:
- results_20251114_152000.txt (detailed)
- tokens_20251114_152000.txt (tokens only)
[*] ✅ 2 token(s) successfully generated!
[*] Find your tokens in: tokens_20251114_152000.txt
================================================================================Format: uid|password
UID can be:
- Email:
user@example.com|password - Phone:
+1234567890|password - Username:
john.doe|password
Tips:
- Type one account per line
- Type
donewhen finished - Invalid entries are caught immediately
- Press Ctrl+C to cancel anytime
All results are saved automatically with timestamps:
results_YYYYMMDD_HHMMSS.txt contains:
- Access tokens
- Session cookies
- c_user values
- datr values
- Full appstate JSON
- Error messages for failures
tokens_YYYYMMDD_HHMMSS.txt contains:
- Simple
uid|tokenformat - Only successful accounts
- Easy to parse and use
"No module named 'requests'"
pip install requests"Permission denied" (Linux/Mac/Termux)
chmod +x bulk_token.py
./bulk_token.pyCancel Input
- Press
Ctrl+Cto cancel - Type
doneto finish normally
- Results are saved to your local files
- Keep your token files private
- Don't share tokens or cookies
- Delete files after use if needed
- Use strong, unique passwords
- For educational purposes only
termux-wake-lock
python bulk_token.py
termux-wake-unlock# List all result files
ls -lt results_*.txt tokens_*.txt
# View latest tokens
cat tokens_*.txt# Make it easier to run
chmod +x bulk_token.py
./bulk_token.py✨ No File Management - Just run and type
🚀 Super Fast - Process multiple accounts instantly
📱 Mobile Friendly - Perfect for Termux on Android
💾 Auto-Save - Never lose your tokens
🛡️ Error Proof - Validates input as you type
🎨 Beautiful - Clean interface with progress tracking
This project is for educational purposes only. Use responsibly and at your own risk.
Made with 💙 by WEYN
Version: 1.0
Last Updated: November 2025
Works on: Termux, Linux, Mac, Windows