aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan T <jans.tuomi@gmail.com>2016-07-19 15:02:32 +0300
committerGitHub <noreply@github.com>2016-07-19 15:02:32 +0300
commit23f39b599964513cb560617533313bc31d4aad86 (patch)
tree910b5d58f9867bb4e25524e0bdb9782dd9c87d05 /README.md
parent9d94a01b631676b54f680c2571ae4dbba9ccd037 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5373db2..9daed7f 100644
--- a/README.md
+++ b/README.md
@@ -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: