summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-06-27 12:57:33 -0300
committerRoger Gonzalez <roger@rogs.me>2020-06-27 12:57:33 -0300
commitb1f71e79f159beaaac8a371dd3212e259cd59cc1 (patch)
treecca528f40752cce162ee45b3d52ef6be39f3d00b
parentd2f91f23cb9c60d7ca20c209fddaf272072c379f (diff)
Added a comment on the READMEHEADmaster
-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
```