From 0a029454796f04f312da5510bbd226c2419a7a81 Mon Sep 17 00:00:00 2001 From: clawer87 Date: Fri, 17 Jan 2020 09:03:33 -0600 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.