rwendell / Giveaway-Bot

a simple bot to go through some subreddits and send notifications when there are free games and giveaways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giveaway Bot

Giveaway Bot is a python solution to finding giveaways and free PC games

Getting Started

Within the giveawaybot.py file simply change the ! parameters to your personal ones

reddit = praw.Reddit(user_agent='MySimpleBot v0.1',
                 client_id='!YOUR CLIENT ID FOR REDDIT',
                 client_secret='YOUR CLIENT SECRET FOR REDDIT',
                 username='!YOUR REDDIT USERNAME',
                 password='!YOUR REDDIT PASSWORD')

... {'token': '!APP TOKEN', 'user': '!USER TOKEN'...

About

a simple bot to go through some subreddits and send notifications when there are free games and giveaways


Languages

Language:Python 100.0%