Telegram bot written with TypeScript and Telegraf.
It draws random doodle ๐บ๐ฆ-colored images using parts of p5.js over given images.
Main idea - change your avatar photos to spread awareness about situation and support my country Ukraine ๐บ๐ฆ
Telegram Bot live: @ua_draw_bot
Clone repo:
$ git clone https://github.com/muuuzmich/ua-draw-bot
$ cd ua-draw-bot
$ npm install
Add Bot Token to .env file
To run bot
$ npm run watch:dev
- Idea by: @dimkeaton
- Doodle generator: @bbbbbgdn
- Code: @muzmich