An automated tool for creating Padlet accounts with email verification support, proxy handling, and multi-threading capabilities.
💬 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
- Automated Padlet account creation
- Email verification support using temporary email service
- Proxy support for avoiding rate limits
- Multi-threaded account generation
- Real-time creation tracking
- Configurable thread count
- Debug mode for troubleshooting
- Proxy/Proxyless mode support
- Automatic CSRF token handling
- Custom password support
-
Configuration: Edit
input/config.toml:[data] password = "optional_custom_password" # Leave empty for random password generation [dev] Debug = false Proxyless = false Threads = 1
-
Proxy Setup (Optional):
- Add proxies to
input/proxies.txt(one per line) - Format:
ip:portoruser:pass@ip:port
- Add proxies to
-
Running the script:
python main.py
-
Output:
- Created accounts are saved to
output/accounts.txt - Format:
email:password
- Created 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 Padlet's terms of service
v0.0.1 ⋮ 12/26/2024
! Initial release.