Python Script for processing new giveaways from Gamerpower.com and sending an email to recipients about new giveaways.
- Configure the bot by setting correct values in 'config.py'.
- Insert desired email recipients in the Recipients file defined in 'config.py'.
- Ensure Python 3 is installed (3.7+).
- Run the bot with command 'py main.py' or 'python3 main.py', depending on your system configuration.
- Set a schedule job for the bot e.g. by adding a cron job or Windows Task.