@RecrierBot

Send and receive notifications in Telegram

In short...

  1. Add @RecrierBot
  2. Request a new token with /newtoken
  3. Send messages via provided URL

Simply make a POST request:

curl -X POST --data '{"message": "Hello, World!"}' "http://recrierbot.p4p3r.cc/${TOKEN}/send"

You can use markdown or html markup with mode argument:

curl -X POST --data '{"message": "This is `monospaced` text", "mode": "markdown"}' "http://recrierbot.p4p3r.cc/${TOKEN}/send"

Contact me if you have any problems with bot.