Hey, welcome!

This is just a simple service that provides API and Telegram bot for you to send notification to yourself easily.

Go ahead send /token to Jizha bot, it should reply you a token. Now you can send yourself a message by calling the API like this:

curl "https://tgb.vercel.app/api/tgproxy/v1/sendMessage" \
  -H "Authorization: Bearer ${token}" \
  -H "Content-Type: application/json" \
  -d '{"text": "hello"}'

It's highly recommended that you deploy your instance of this service for youself. The code is available here.