-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frankenstein - new telegram client for Rust #244
Comments
There is also Telexide |
Up for teloxide. However, I do not like that the token is initialized via ENV, I use several telegram bots in one project, and this method does not work very well for me. |
There's a way to initialize the bot without using env variable: instead of However, I like the idea of a minimalistic bot API that doesn't bring a lot of dependencies. |
Can someone explain what is the reason to write everything from scratch, even tho this repo not supported anymore? Maybe just fork it and update external links to the new repo? |
I use a telegram client in my project used by many users - https://github.com/ayrat555/el_monitorro. So it's important for me to have a stable library. I experienced several downtimes because of It was easier for me to create a new client. |
It seems this library is not maintained anymore. After struggling with it for some time, I wrote a new library for telegram - Frankenstein:
The text was updated successfully, but these errors were encountered: