blob: 534bc819363755df4d7ace6325cefc12cee4f8bb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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>
|