aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2019-03-15 20:00:52 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2019-03-15 20:00:52 +0000
commitaf72cc0fab15ac670391e7c7075717e31cd56884 (patch)
tree245dca6e9dea8de0e664853c285deed2176dfc62 /readme.md
parentc8821e937f3dbca0841bd57bf6430c73498f69f2 (diff)
downloadSmallYTChannelBot-af72cc0fab15ac670391e7c7075717e31cd56884.tar.gz
SmallYTChannelBot-af72cc0fab15ac670391e7c7075717e31cd56884.zip
improved readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 0141239..84b85b2 100644
--- a/readme.md
+++ b/readme.md
@@ -30,7 +30,7 @@ AWS instance that expires in November 2019, you'll need to find a new host
before then. The backup is probably out of date, so you'll need to write a script
that parses the subreddit and gets everyone's lambda scores from their flair.
-#TODOs
+# TODOs
- Ignore bot commands when they're formatted as code (` or indentation)
@@ -38,10 +38,12 @@ that parses the subreddit and gets everyone's lambda scores from their flair.
- Automate backups
-#About the database's structure
+# About the database's structure
`users` is where usernames and the scores are kept. `lambdas` is for every
time a lambda is given. Is linked to `users`. `stats` keeps unique users (just
the amount of users in `users`), the total lambda in circulation (everyone's
lambda scores summed), and the times help given, which is just the sum of every
-unique entry in `lambdas`.
+unique entry in `lambdas`. `blacklist` is the reddit id of every comment /
+submission the bot has dealt with. If running on a new system you'll need to
+update this. You can do this using archive_posts.py