Initial commit of the generic reddit bot

This commit is contained in:
StarAppeal
2021-01-30 23:06:21 +01:00
parent 43f7d887d6
commit 76923fcbea
11 changed files with 1247 additions and 2 deletions
+3 -2
View File
@@ -1,3 +1,4 @@
# generic-reddit-bot
Generic reddit bot, which replies to a comment from each post in a subreddit.
The text from the post will be send to a rest url (which can be configured in an .env file), which handles the text manipulation if needed.
Generic reddit bot, which replies to a comment from each post in a subreddit.
The text from the post will be send to a rest url (which can be configured in an .env file), which handles the text manipulation if needed.