aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-22 19:48:52 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-22 19:48:52 +0000
commit71cfc302f7b6ace903eea828f5bd37956f511ddf (patch)
tree2994eb0461ccd7666884ff8755732fc2f005e3eb /README.md
parent163656ab3e58dd21a1d16d41bff9f3b0b6bf54c2 (diff)
downloadSmallYTChannelBot-71cfc302f7b6ace903eea828f5bd37956f511ddf.tar.gz
SmallYTChannelBot-71cfc302f7b6ace903eea828f5bd37956f511ddf.zip
renamed README
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8737117
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+# /u/SmallYTChannelBot Source Code
+
+The source code for /u/SmallYTChannelBot.
+
+# Docker
+
+- Clone the repo
+
+- Edit the configuration file and rename
+
+- Build the images:
+
+`sudo docker-compose build`
+
+- Start the containers:
+
+`sudo docker-compose up -d`
+
+# TODOs
+
+- [ ] Implement `!recheck` command to recheck already removed submissions
+
+- [ ] Ignore bot commands when they're formatted as code (` ` or indentation)
+
+- [ ] Write a bot for the discord
+
+- [ ] Implement a stream for edited comments
+
+# 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`. `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