summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-28 11:55:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-28 11:55:42 (GMT)
commitbcb5341a02725b9a6c0d28a211b594b2362c37eb (patch)
tree17d7bb9f909ecfc28da338a5e7563c4845b62d57 /config.py
parent8dc59f6f8a145952ceaec8f6d9ffd59d37ca058e (diff)
Defined a new version for tracking content, too aggressive for Twitter.
Diffstat (limited to 'config.py')
-rw-r--r--config.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.py b/config.py
index b1a3471..051de6c 100644
--- a/config.py
+++ b/config.py
@@ -5,8 +5,11 @@
# List of space-separated hashtags to follow, for instance #python #bot
hashtags = '#python #bot'
-# Keywords to find in Tweets we want to highlight
+# Keywords to find in Tweets we want to highlight; underscores will be replaced by spaces.
white_kwds = 'you got the idea'
# Age of old Tweets to get purged in days
max_age = 14
+
+# List of space-separated accounts to follow
+accounts = 'laughing_bit'