Telegram bot for colorizing black & white photos.
Powered by Algorithmia :: Colorful Image Colorization
$ npm install
$ BOT_TOKEN='...' ALGORITMIA_TOKEN='...' npm run dev
$ yarn
$ BOT_TOKEN='...' ALGORITMIA_TOKEN='...' yarn dev
This bot can be deployed to now by Zeit.
Assuming you've got now
installed and set up:
$ now -e BOT_TOKEN='...' -e ALGORITMIA_TOKEN='...' telegraf/colorizer-bot
Alternative, deploy right now without even leaving the browser: