Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrielfr/grammers-friendly
- Owner: AndrielFR
- License: apache-2.0
- Created: 2024-05-10T01:27:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T20:46:05.000Z (3 months ago)
- Last Synced: 2024-12-22T07:34:58.211Z (3 days ago)
- Topics: extension, grammers, grammers-extension, rust, telegram
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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