In short...
- Add @RecrierBot
- Request a new token with /newtoken
- 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.