cycle method added to auto cycle through tweets and exception handling is modified to capture all errors that raise from twitter
This commit is contained in:
parent
f29a15b8e4
commit
881518f1f3
10 changed files with 73 additions and 56 deletions
|
|
@ -54,6 +54,13 @@ production:
|
|||
facebook_key: ''
|
||||
facebook_secret: ''
|
||||
|
||||
# Register your application with Twitter from
|
||||
# https://apps.twitter.com/
|
||||
twitter_consumer_key: ''
|
||||
twitter_consumer_secret: ''
|
||||
twitter_access_token: ''
|
||||
twitter_access_token_secret: ''
|
||||
|
||||
# Developers do not need to register their application for suse account to
|
||||
# work. You must, however, add some sample value to the variables, for the
|
||||
# login option to appear. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue