update readme

This commit is contained in:
Evgeny Zinoviev 2021-03-23 04:43:07 +03:00
parent 52bce84574
commit 07ae5af688

View File

@ -14,10 +14,10 @@ You need at least Python 3.6 or so.
See `main.py` and adjust the `sms_handler` function to your needs. See `main.py` and adjust the `sms_handler` function to your needs.
The script should be launched periodically by cron. This line in crontab would The script should be launched periodically by cron. For example, put this to the
launch the script every 10 minutes: crontab to launch it every 15 minutes:
```cron ```cron
*/10 * * * * python3 /path/to/e3372-py/main.py --trusted-phone 79001234567 */15 * * * * python3 /path/to/e3372-py/main.py --trusted-phone +79001234567 > /dev/null
``` ```
## License ## License