Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hannoeru/image-url-bot
- Owner: hannoeru
- Created: 2020-04-03T18:59:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T07:04:11.000Z (9 months ago)
- Last Synced: 2024-04-17T04:34:31.244Z (7 months ago)
- Language: JavaScript
- Size: 101 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```