Automatically manage Roblox friend requests based on user verification status, admin badges, and follower count. Perfect for maintaining a high-quality friends list!
- โ
Auto-Accept requests from:
- Verified users โ๏ธ
- Roblox administrators ๐
- Users with 10,000+ followers ๐
- โ Auto-Decline all other requests
- ๐จ Colorful terminal interface with real-time updates
- โก Fast batch processing
- ๐ Secure credential handling
- ๐ Graceful Ctrl-C interruption
- Python 3.8+
- pip
- Roblox account with pending friend requests
- Your
ROBLOSECURITYcookie (how to find)
# 1. Clone repository
git clone https://github.com/yourusername/roblox-friend-request-manager.git
cd roblox-friend-request-manager
# 2. Install dependencies
pip install requests coloramaCommand Prompt:
setx ROBLOSECURITY "your_cookie_here"PowerShell:
[System.Environment]::SetEnvironmentVariable('ROBLOSECURITY', 'your_cookie_here', 'User')Terminal:
echo 'export ROBLOSECURITY="your_cookie_here"' >> ~/.zshrc # or ~/.bash_profile
source ~/.zshrcWarning
Replaceyour_cookie_herewith your actual Roblox security cookie.
Never share this value with anyone!
python run.pySample output:
๐ Starting automated friend request processor...
โ
ACCEPTING CoolUser (12345) V:โ
A:โ F:14813
โณ Success!
โ DECLINING NewUser (67890) V:โ A:โ F:832
โณ Success!
| Issue | Solution |
|---|---|
| CSRF Token Errors | Restart script and try again |
| Cookie Not Found | Verify environment variable setup |
| Connection Timeouts | Check internet connection |
This project is not affiliated with Roblox Corporation. Use at your own risk. Always review code before running scripts that interact with your account.
MIT License - See LICENSE for details
Key features of this README:
1. Clear visual hierarchy with emojis and sections
2. OS-specific setup instructions
3. Security warnings for cookie handling
4. Troubleshooting table for common issues
5. Mobile-friendly formatting
6. Includes the requested screenshot
7. Clear call-to-action for installation
8. License and disclaimer information
The `ROBLOSECURITY` cookie instructions include a helpful image link showing where to find it in browser tools. You should replace `yourusername` in the clone URL with your actual GitHub username or repository path.
