diff --git a/README.md b/README.md index 09520b6..957bb74 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,26 @@ -# Craiyon Bot +# craiyon-bot -## Overview +a multipurpose Telegram bot with various text and image generation, utility, and +other useless commands. -Craiyon Bot is a versatile Telegram bot implemented in Rust that provides a wide range of functionalities, including image generation, translation, jokes, and more. Initially focused on generating images using the Craiyon model, the bot has since expanded to include numerous features, making it a comprehensive tool for users on Telegram. The bot is designed to be modular, with each command encapsulated in its own module, allowing for easy maintenance and extensibility. + + + + Brainmade mark + + -## Contributing +## deployment -Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request. +1. clone the repo +2. copy [`.env.example`](.env.example) to `.env`, and fill the variables +3. run `docker compose up` + +> [!NOTE] +> This will build [TDLib](https://github.com/tdlib/td) first, which may take +> some time. + +## contributing + +the codebase is undocumented, but you can _learn by example_. i dislike +ai-generated code, and will not merge low quality pull requests.