aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorjwansek <37976823+jwansek@users.noreply.github.com>2020-11-24 00:22:06 +0000
committerGitHub <noreply@github.com>2020-11-24 00:22:06 +0000
commit5a0b6637975d430dfd1be5894df89d56df215b09 (patch)
treeabc405c6a636a0b42b91c52fb5ac9be07338078a /readme.md
parent7677d95c729ab88080d742461fcb3b07c8b421f7 (diff)
parente2b1386a53c34812d1f8919a5c0ba67f9781a131 (diff)
downloadSmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.tar.gz
SmallYTChannelBot-5a0b6637975d430dfd1be5894df89d56df215b09.zip
Merge pull request #1 from jwansek/MySQLdev
merge MySQL branch
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md30
1 files changed, 13 insertions, 17 deletions
diff --git a/readme.md b/readme.md
index b0e12b0..b826e5a 100755
--- a/readme.md
+++ b/readme.md
@@ -1,34 +1,30 @@
# /u/SmallYTChannelBot Source Code
-The source code for /u/SmallYTChannelBot. Currently refactoring is in progress.
+The source code for /u/SmallYTChannelBot.
-# TODOs
-
-- [x] Automatically flair when [] is in submission title (done with AutoModerator)
-
-- [ ] Implement `!recheck` command to recheck already removed submissions
+# Docker
-- [ ] Ignore bot commands when they're formatted as code (` ` or indentation)
+- Clone the repo
-- [ ] Write a bot for the discord
+- Edit the configuration file and rename
-- [ ] 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