Telegram bot for SVGO (https://github.com/svg/svgo) - svg minification. Send to it svg in file or markup.
node.js >= 4.5.0
# git clone git@github.com:maksugr/svgo_bot.git svgo_bot
# cd svgo_bot
# npm i
Then create file token.js
that exports your token
module.exports = 'YOUR_TOKEN';
After all preparation open your Terminal App and start work with it!
# npm start