diff --git a/README.md b/README.md index 2b3df1f..13d9741 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# generic-reddit-bot \ No newline at end of file +# 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.