Source code of @plantuml_bot. More about PlantUML and its usage can be read on the official page.
Any feature requests and improvements are welcome via Github issues :)
git clone http://github.com/Mendor/plantuml-telegram-bot.git
cd plantuml-telegram-bot
echo $YOUR_TELEGRAM_BOT_TOKEN > bot.token
Building and running with sbt:
sbt compile:run
Building and running with Docker:
docker build -t plantbot .
docker run -dt plantbot
Commands processing (like /start
and /help
).