Telegram bot shuffler
I created a bot for personal use that sends random paintings, flower photos, and poems. The main advantage of the project is the microservices architecture, which allows for quick addition of new functionality. Thanks to the separation of the API and the bot, the API can be easily used for other platforms, such as Discord. Stack: FastAPI, MongoDB, Docker. Bot: https://github.com/podrivnick/FastAPI-telegram-service, API: https://github.com/podrivnick/FastAPI-bot-backend