diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-08 23:00:35 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-03-09 11:25:22 +0000 |
commit | cf505d7ea6e3ef1e42613d3a7ed11ab10c737b24 (patch) | |
tree | 55814c3a250f3642846f83e63d663734e642fbda | |
parent | ba28d0c1c2a127889eb182cc75fc8b4101e94d47 (diff) | |
download | flatbot-cf505d7ea6e3ef1e42613d3a7ed11ab10c737b24.tar.gz flatbot-cf505d7ea6e3ef1e42613d3a7ed11ab10c737b24.tar.bz2 flatbot-cf505d7ea6e3ef1e42613d3a7ed11ab10c737b24.zip |
Add README.txt file with basic description
-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> |