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:
AnithaPal 2016-07-27 17:02:40 -04:00
parent f29a15b8e4
commit 881518f1f3
10 changed files with 73 additions and 56 deletions

View file

@ -57,3 +57,9 @@ OSEM_SMTP_DOMAIN=""
# Enable the usage of the devise ichain plugin
OSEM_ICHAIN_ENABLED=false
# To embed tweets about the conference in the conference wide screen
OSEM_TWITTER_CONSUMER_KEY=""
OSEM_TWITTER_CONSUMER_SECRET=""
OSEM_TWITTER_ACCESS_TOKEN=""
OSEM_TWITTER_ACCESS_TOKEN_SECRET=""