ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
257 stars 27 forks source link

Would like to put my example bot in README ? #79

Closed pxp9 closed 2 years ago

pxp9 commented 2 years ago

Hi @ayrat555 , Awesome library.

I was wondering if you would like us to put my bot in the README. My bot is done with this library and i think is a good example to beginners.

https://github.com/pxp9/weather_bot_rust

Maybe you can put it in this README section. image

Thank you for this awesome tool for building creative and wonderful bots.

ayrat555 commented 2 years ago

@pxp9 of course.

You can create a pr with the following changes

You can check out real-world bots created using this library:

-  https://github.com/helikon-labs/subvt-backend/tree/main/subvt-telegram-bot - A telegram bot for the validators of the [Polkadot](https://polkadot.network/) and [Kusama](https://kusama.network/).
 - https://github.com/ayrat555/el_monitorro - RSS/Atom/JSON feed readeer
 - https://github.com/EdJoPaTo/wdr-maus-downloader - checks for a new episode of the WDR Maus and downloads it
 - https://github.com/pxp9/weather_bot_rust - weather bot
 - https://github.com/jflessau/ledit -task assignment bot
EdJoPaTo commented 2 years ago

Please do not add my wdr-maus-downloader as its definitely not something a beginner would like to use. It does status updates via Telegram and is not interactive. Yeah it could be hinted towards someone that is interested but its not a good example :innocent:

pxp9 commented 2 years ago

@EdJoPaTo i have already added it because the comment does not mention beginners bots , it mentions real-world bots