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.
- Host: GitHub
- URL: https://github.com/sinipelto/giveawaybot
- Owner: sinipelto
- License: mit
- Created: 2021-09-04T15:11:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T12:18:20.000Z (over 4 years ago)
- Last Synced: 2025-03-30T14:13:39.776Z (11 months ago)
- Topics: bot, giveaway, giveawaybot, giveaways, python3, smtp, smtp-client, tinydb
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.