Skip to content

Web5design/twitter-bot-gae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dumps hot links instead of new links on programming.reddit only after they've got more than 5 comments.

Get started

create a file named local_settings.py in the 'source' dir, and copy and parse the following code with the keys obtained from Twitter and Bitly.

TwitterKey = {
        'consumer_key': "",
        'consumer_secret': "",
        'access_token': "",
        'access_token_secret': ""
        }

BitlyKey = {
        'login': '',
        'apikey': ''
        }

change appname in app.yaml to the name of your app on appengine.

About

a twitter bot for programming.reddit on Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published