blob: 161e42b0c1ef56975d9a7ed1ecb9aeb68a478253 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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 -dry-run -once <URL>
$ ./flatbot <URL>
TEST
$ go test
$ python3 -m http.server testdata
$ ./flatbot -dry-run -once http://localhost:8000/2025-02-19-basic.html
|