This tool was created for personal experimentation to test how many messages can be sent. Never use this on email addresses that do not belong to you. Any illegal or unethical use of this software is your responsibility. This project is intended for educational or experimental purposes only; misuse is strongly prohibited.
- Create a virtual environment with
python -m venv venv - Activate it
.\venv\Scripts\Activate.ps1on Windows PowerShell.\venv\Scripts\activate.baton Windows Command Promptsource venv/bin/activateon Linux/MacOS
- Install requirements with
pip install -r requirements.txt - Run the program with
python src/main.py