Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 993 Bytes

readme.md

File metadata and controls

33 lines (22 loc) · 993 Bytes

colorizer-bot

Telegram bot for colorizing black & white photos.

🤖 Demo

Powered by Algorithmia :: Colorful Image Colorization

Usage

$ npm install
$ BOT_TOKEN='...' ALGORITMIA_TOKEN='...' npm run dev
$ yarn
$ BOT_TOKEN='...' ALGORITMIA_TOKEN='...' yarn dev

Deployment

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:

Deploy to now