Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hannoeru/image-url-bot

Telegram bot auto generate url by send photo
https://github.com/hannoeru/image-url-bot

Last synced: 29 days ago
JSON representation

Telegram bot auto generate url by send photo

Awesome Lists containing this project

README

        

# Image to Url Bot

Telegram bot auto generate url by send photo

## Run it

Before run it change `template.env` to `.env` then set your own token.

```bash
# With nodemon
npm run dev

# With node
npm run start
```