No description
| assets | ||
| migrations | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.org | ||
Telegram Helper Bot
A telegram bot made manage a meme page on telegram. It is written in Rust, and it runs on Taurine and Caffeine, I try to avoid external dependencies where possible.
How to run the bot
You will be required to set up a couple environmental variables.
| KEY | DEF VALUE |
|---|---|
| TELOXIDE_TOKEN | Nil |
| SQLITE_DB_PATH | Nil |
FAQ
q: If you dislike dependencies then why did you use Chrono!!!
a: It's basically the default crate for DateTime, and managing all that by myself would be hell
—
q: Why did you write this in rust?
a: The previous version of this bot was written in TS, and, honestly speaking, It was fine, but even typescript doesn't give you enough security that everything will work properly, so I switched to a different language, also, it's blazi-.