summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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
```