Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 522 Bytes

giveawaybot

Python Script for processing new giveaways from Gamerpower.com and sending an email to recipients about new giveaways.

Usage instructions

  1. Configure the bot by setting correct values in 'config.py'.
  2. Insert desired email recipients in the Recipients file defined in 'config.py'.
  3. Ensure Python 3 is installed (3.7+).
  4. Run the bot with command 'py main.py' or 'python3 main.py', depending on your system configuration.
  5. Set a schedule job for the bot e.g. by adding a cron job or Windows Task.