bytesnake / telebot

Write Telegram bots in Rust with Tokio and Futures
Other
212 stars 33 forks source link

how deploy bot in heroku ? (use webhook) #70

Closed robatipoor closed 5 years ago

bytesnake commented 5 years ago

Hey, heroku deployment is not of concern of this library and another crate should be used for that. For example this one https://github.com/emk/heroku-buildpack-rust. If you have any further questions, please feel free to reopen this issue.

robatipoor commented 5 years ago

ok thanks