diff options
| author | Jan T <jans.tuomi@gmail.com> | 2016-07-18 15:36:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-18 15:36:52 +0300 |
| commit | 2756b0b849d759001a34f89f29164feca9ad4568 (patch) | |
| tree | 5a8f8e14b4dc5adac0d5cdd5ca1ff95647ef9a2f /README.md | |
| parent | 4c7d083ca70402f9b4f5066e9209a91e555d8638 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1 +1,17 @@ -# radiodiodibot
\ No newline at end of file +# radiodiodibot + +### Description +A Telegram bot to forward messages in a specified Telegram channel to a shoutbox API and vice versa. + +### Dependencies +* requests +* telepot + +### Installation +Radiodiodibot is built on Python 3. Running the bot is simple: +``` +python radiodiodibot.py BOT_TOKEN -C TELEGRAM_CHAT_ID -U SHOUTBOX_API_URL +``` + + +Copyright: Jan Tuomi 2016 |
