diff --git a/README.md b/README.md index cbbd8fd..e32aa17 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Linkmaker Bot for Reddit -This script makes a simple bot for detecting a string in a post or comment, and replies with a link based on that string. +This python script is a simple bot for detecting a string in a post or comment, and replies with a link based on that string. ## Installation - Ensure python and pip are installed. @@ -9,3 +9,6 @@ This script makes a simple bot for detecting a string in a post or comment, and ## Running Run pyton linkmakerbot.py + +## Reccomendations +Add a cron job to run the script regularly.