Skip to content

fasterthanlime/telegram-bot-tide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-bot-tide

Using tide to receive Civ 6 webhooks + sending Telegram notifications via telegram-bot.

Running

cargo b
TELEGRAM_CHAT_ID=1 LISTEN_ADDR=0.0.0.0:6969 TELEGRAM_BOT_TOKEN=foobar ./target/debug/telegram-bot-tide

Testing

curl -H "Content-Type: application/json" --request POST --data '{"value1":"test","value2":"lkl","value3":"42"}' http://localhost:6969

Credits

Written by @michcioperz, I just fixed it up a little so it would run!

About

Demo of `telegram-bot` and `tide` crates used together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages