Update README.md

This commit is contained in:
StarAppeal
2021-02-19 23:55:15 +01:00
committed by GitHub
parent 3900e0c29b
commit 4d459c5a25
+2 -2
View File
@@ -2,8 +2,8 @@
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.
The text from the post will be send to a rest url (which can be configured as an environment variable), which handles the text manipulation if needed.
Needed scopes, so that the bot will work: read, history, identity, submit, privatemessages
Needed scopes: read (to read the post it replies to), history (to check if it already commented onto the post), identity (to also check if it already commented onto the post), submit (self explanatory) and privatemessages (to send a pm to the developer when it fails to comment onto a post)
The Bot (currently) always answers to a comment from a post, configured by AUTOMOD_ID.