blob: d9642f3fdc28649ebd8345b5e633f008f72c6ecb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Flatbot is a Telegram notification tool for rightmove.co.uk URLs.
RUN
$ export FLATBOT_TELEGRAM_BOT_API_TOKEN=<...>
$ export FLATBOT_TELEGRAM_CHAT_ID=<...>
$ go build && ./flatbot <URL>
DECRYPT SECRETS
$ . <(gpg --decrypt --quiet misc/telegram-secrets.sh.asc)
|