From 81beed4b8dd2e7fc5365cc5c344d20109d10e7db Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Sat, 1 Aug 2020 17:35:34 +0100
Subject: updated the readme

---
 readme.md | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

(limited to 'readme.md')

diff --git a/readme.md b/readme.md
index b0e12b0..70b63f6 100755
--- a/readme.md
+++ b/readme.md
@@ -1,34 +1,33 @@
 # /u/SmallYTChannelBot Source Code
 
-The source code for /u/SmallYTChannelBot. Currently refactoring is in progress.
+The source code for /u/SmallYTChannelBot. This is a WIP branch that uses MySQL
+instead of SQLite3 and is designed to work in a docker container.
 
-# TODOs
-
-- [x] Automatically flair when [] is in submission title (done with AutoModerator)
+# Docker
 
-- [ ] Implement `!recheck` command to recheck already removed submissions
+- Clone the repo
 
-- [ ] Ignore bot commands when they're formatted as code (` ` or indentation)
+- Edit the configuration file and rename
 
-- [ ] Write a bot for the discord
+- If applicable, download the newest SQLite3 database and run the migration script
 
-- [ ] Implement a stream for edited comments
+- Build the image:
 
-- [x] Removed giving lambda in free posts
+`sudo docker build -t smallytchannelbot:latest .`
 
-- [x] Removed lambda for giving lambda
+- Start the container:
 
-- [x] Switched to using a JSON file for configuration, included template
+`sudo docker run --name smallytchannelbot --net=host -d smallytchannelbot`
 
-- [x] Refactored main code
+# TODOs
 
-- [x] Changed license from MIT to GPLv3
+- [ ] Implement `!recheck` command to recheck already removed submissions
 
-- [x] Update flair when using the !takelambda command
+- [ ] Ignore bot commands when they're formatted as code (` ` or indentation)
 
-- [x] Reimplented the `!takelambda` command
+- [ ] Write a bot for the discord
 
-- [x] Change `!takelambda` to `!refundlambda` when negative
+- [ ] Implement a stream for edited comments
 
 # About the database's structure
 
-- 
cgit v1.2.3


From dbd7b0f7fc39331e9c322b827d86bdd33b149f9c Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Tue, 24 Nov 2020 00:14:19 +0000
Subject: restructed onceaday.py, changed the main() function, started fixing
 auto-restarting

---
 readme.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'readme.md')

diff --git a/readme.md b/readme.md
index 70b63f6..b826e5a 100755
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,6 @@
 # /u/SmallYTChannelBot Source Code
 
-The source code for /u/SmallYTChannelBot. This is a WIP branch that uses MySQL
-instead of SQLite3 and is designed to work in a docker container.
+The source code for /u/SmallYTChannelBot.
 
 # Docker
 
@@ -9,8 +8,6 @@ instead of SQLite3 and is designed to work in a docker container.
 
 - Edit the configuration file and rename
 
-- If applicable, download the newest SQLite3 database and run the migration script
-
 - Build the image:
 
 `sudo docker build -t smallytchannelbot:latest .`
-- 
cgit v1.2.3