Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrielfr/grammers-friendly

A friendly helper to grammers' devs
https://github.com/andrielfr/grammers-friendly

extension grammers grammers-extension rust telegram

Last synced: about 23 hours ago
JSON representation

A friendly helper to grammers' devs

Awesome Lists containing this project

README

        

# grammers-friendly

A couple of Rust libraries to make writing bots to Telegram with [grammers] easier.

## Install

Just put the code below to your `Cargo.toml`:

```toml
grammers-friendly = { git = "https://github.com/AndrielFR/grammers-friendly" }
```

## Examples

The library is currently used in theses projects below:

- [holy-maiden-bot]: a otaku bot for collecting anime characters (waifus/husbandos).
- [Hitsuki]: a group management bot.

## 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.

[holy-maiden-bot]: https://github.com/AndrielFR/holy-maiden-bot
[Hitsuki]: https://github.com/HitaloM/Hitsuki

[grammers]: https://github.com/Lonami/grammers
[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-MIT]: LICENSE-MIT