botonotes

Get your notes from telegram right into your local files.
git clone git://git.konyahin.xyz/botonotes
Log | Files | Refs | LICENSE

commit 0cb87db0c8cef2b9a9f81f2475eb2e64242645e2
parent fba135e3453bc2fd3cc6d722742bbb606f8965ea
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Fri,  8 Mar 2024 20:01:14 +0300

send emojy to tg when all notes processed

Diffstat:
Mbotonotes | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/botonotes b/botonotes @@ -64,7 +64,7 @@ while True: notes += 1 if notes: - sendMessage(master, "Got!") + sendMessage(master, "✍🏻") print("Got {} notes.".format(notes))