An automated tool for checking the validity of Spotify accounts with proxy support, multi-threading capabilities, and Discord Rich Presence integration.
💬 Discord
·
📜 ChangeLog
·
- Requires:
Python 3.7+
- Make a python virtual environment:
python3 -m venv venv
- Source the environment:
venv\Scripts\activate
(Windows) /source venv/bin/activate
(macOS, Linux) - Install the requirements:
pip install -r requirements.txt
- Fast Spotify account validation
- No rate limits (bypass)
- Multi-threaded checking process
- Proxy support for avoiding rate limits
- Discord Rich Presence integration
- Real-time checking statistics
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Automatic valid/invalid account sorting
- Progress tracking via console title
-
Configuration: Edit
input/config.toml
:[dev] Debug = false Proxyless = false Threads = 1
-
Account Setup:
- Add accounts to
input/accounts.txt
- Format:
email:password
(one per line)
- Add accounts to
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt
(one per line) - Format:
ip:port
oruser:pass@ip:port
- Add proxies to
-
Running the script:
python main.py
-
Output:
- Valid accounts are saved to
output/valid.txt
- Invalid accounts are saved to
output/invalid.txt
- Format:
email:password
- Valid accounts are saved to
- This project is for educational purposes only
- The author is not responsible for any misuse of this tool
- Use responsibly and in accordance with Spotify's terms of service
v0.0.1 ⋮ 12/26/2024
! Initial release
+ Added multi-threading support
+ Added proxy support
+ Added Discord Rich Presence
+ Added real-time statistics