diff options
-rw-r--r-- | README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..534bc81 --- /dev/null +++ b/README.txt @@ -0,0 +1,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> |