A Telegram bot to generate PlantUML and svg files from voice instructions.
Create a bot in Telegram, install ffmpeg and/or aconv to process the audio files, then install python dependencies:
pip install -r requirements.txtthen, create a .env file with the bot token and OpenAI API key:
TOKEN="6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx4"
OPENAI_API_KEY="sk-zxxxxxxxzzzzzzzzzzzzzzW"finally run the bot.py file and start a conversation in telegram with the configured bot:
Send voice messages with instructions about the UML diagram that you want to generate.
This project is licensed under the AGPL 3.0 license.
