From b1f71e79f159beaaac8a371dd3212e259cd59cc1 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 27 Jun 2020 12:57:33 -0300 Subject: Added a comment on the README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4eeea4..d4f22a4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Registro Civil Scraper +# Registro Civil Scraper A small scraper I did with Selenium for the civil registry in Uruguay, a Telegram bot that sends me a message when there are new appointments. @@ -33,6 +33,7 @@ pip3 install -r requirements.txt ``` sh crontab -e ... +# Run the script every 30 mins */30 * * * * /usr/bin/python3 my/script/location/app.py >> my/script/location/log.txt ``` -- cgit v1.2.3