maxpozdeev / mytinytodo

Todo list script
156 stars 49 forks source link

How can I add a new task with Telegram Bot? #75

Closed MasherCoder closed 1 week ago

MasherCoder commented 11 months ago

How do I add a new task via Telegram Bot?

maxpozdeev commented 11 months ago

No way, only to receive notifications.

MasherCoder commented 11 months ago

I took care of the correspondence part with Telegram Bot, it can detect and respond to the commands I give. If I can only run a code in the form of request/query/curl, I think I will be able to add it. For example, can we add mysite.com/mytinytodo/?add=NewTask...?

maxpozdeev commented 11 months ago

About external api you can read at GH-15