summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
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'