diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..96a258a --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# telegram-bot-send-message + +Get token from [@BotFather](https://t.me/BotFather). + +Create config at `$HOME/telegram-bot-send-message.json` + +```json +{ + "token": "replace with token", + "chat_id": replace with chat id from a bot like https://t.me/getmy_idbot +} +``` + +Run + +```go +telegram-bot-send-message "I hate computers." +```