An open API service indexing awesome lists of open source software.

https://github.com/sinipelto/giveawaybot

Python Script for processing new giveaways from Gamerpower.com and sending an email to recipients about new giveaways.
https://github.com/sinipelto/giveawaybot

bot giveaway giveawaybot giveaways python3 smtp smtp-client tinydb

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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'.
2. Ensure Python 3 is installed (3.7+).
3. Run the bot with command 'py main.py' or 'python3 main.py', depending on your system configuration.
4. Set a schedule job for the bot e.g. by adding a cron job or Windows Task.