Skip to content

cm-t/twitter-bot-gae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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.

License

Apache 2.0

About

a twitter bot for programming.reddit on Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors