An open API service indexing awesome lists of open source software.

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.

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