https://github.com/amanoteam/ferogram
A high-level small framework built on top of grammers.
https://github.com/amanoteam/ferogram
bot framework grammers rust telegram
Last synced: 3 months ago
JSON representation
A high-level small framework built on top of grammers.
- Host: GitHub
- URL: https://github.com/amanoteam/ferogram
- Owner: AmanoTeam
- License: apache-2.0
- Created: 2024-09-29T17:40:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-06T22:20:16.000Z (4 months ago)
- Last Synced: 2025-07-16T17:56:32.180Z (3 months ago)
- Topics: bot, framework, grammers, rust, telegram
- Language: Rust
- Homepage:
- Size: 255 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ferogram
A set of Rust libraries to interact with Telegram's API easier using [grammers].
## Current status
Working fine.
## License
All the libraries and binaries contained in this repository are licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE] or
http://www.apache.org/licenses/LICENSE-2.0)* MIT license ([LICENSE-MIT] or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Thank you for considering to contribute! I'll try my best to provide quick, constructive feedback
on your issues or pull requests. Please do call me out if you think my behaviour is not acceptable
at any time. I will try to keep the discussion as technical as possible. Similarly, I will not
tolerate poor behaviour from your side towards other people (including myself).Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.[grammers]: https://github.com/Lonami/grammers
[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-MIT]: LICENSE-MIT