diff options
| author | Jan T <jans.tuomi@gmail.com> | 2016-07-19 15:02:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-19 15:02:32 +0300 |
| commit | 23f39b599964513cb560617533313bc31d4aad86 (patch) | |
| tree | 910b5d58f9867bb4e25524e0bdb9782dd9c87d05 | |
| parent | 9d94a01b631676b54f680c2571ae4dbba9ccd037 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ ShoutboxApiUrl=<YOUR_API_URL> TelegramChatID=<TELEGRAM_CHAT_ID> ApiCallInterval=<UPDATE_INTERVAL_IN_SECONDS> ``` -And then just run it like so: `python radiodiodibot.py` +And then just run it like so: `./radiodiodibot` or `python radiodiodibot` 2) Or just pass the information as command line arguments: ``` -python radiodiodibot.py -t <YOUR_BOT_TOKEN> -C <TELEGRAM_CHAT_ID> -U <YOUR_API_URL> -i <UPDATE_INTERVAL_IN_SECONDS> +./radiodiodibot -t <YOUR_BOT_TOKEN> -C <TELEGRAM_CHAT_ID> -U <YOUR_API_URL> -i <UPDATE_INTERVAL_IN_SECONDS> ``` ### Specification Radiodiodibot communicates with the shoutbox with the following json format: |
