It is combination of Telegram Bot and Web Server that allows to draw
Using flask + python-telegram-bot
Bot is built using MVC pattern.
git clone https://github.com/brebiv/TelegramDrawing.git
cd TelegramDrawing
pip install -r requirements.txt
Then change API_TOKEN in config.py to your bot token. After that
python run.py
Use /start to start. Use /lang to change language.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.