From af72cc0fab15ac670391e7c7075717e31cd56884 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 15 Mar 2019 20:00:52 +0000 Subject: improved readme --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'readme.md') 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 -- cgit v1.2.3