- Try it out on Telegram
- Made to run on Vercel.
Send:
/create title
description...
more descriptions...
even more descriptions ...
---
entry one
entry two
entry thee
(The bot treats descriptions and entries equally, and will not remove extra blank lines from it.)
Reply to a list with:
entry four
entry five
entry two
-entry one
This will add entry four
, entry five
and remove entry one
from the list.
entry two
will not be added twice since it is already in the list.
yarn install
Note: replace 123456:ABCDEFghijklmnop098765
with your own token.
echo 'BOT_TOKEN="123456:ABCDEFghijklmnop098765"' > .env
yarn dev
yarn build
yarn serve
Note: replace example.com
with your own domain.
http POST https://api.telegram.org/bot123456:ABCDEFghijklmnop098765/setWebhook url=https://example.com/api/123456:ABCDEFghijklmnop098765