Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

archydragon/plantuml-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML Telegram bot

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 :)

If you want to run it by yourself

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

Todo

Commands processing (like /start and /help).

License

MIT

About

Telegram bot to access PlantUML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages