A basic email spammer developed in Python
Make sure to create an App Password for the sender's Google account. Check this article for more information: https://support.google.com/accounts/answer/185833
> python ./gmail_bomber.py
Alternatively, simply execute 'start.bat'
Note: pyinstaller is required. Install it with 'pip install pyinstaller'
- Open a console window in the main directory and run
# Example
> pyinstaller --icon=res/icon.ico --onefile --noconsole ./gmail_bomber.py
Alternatively, simply execute 'build.bat'