Skip to content

Latest commit

History

History
28 lines (21 loc) 路 760 Bytes

README.md

File metadata and controls

28 lines (21 loc) 路 760 Bytes

Telegram ImageBot

Simple URL Uploader which uploads an image to a telegram from direct URLs.only images 馃槖

Deploy Gitpod Ready-to-Code

Install

git clone https://github.com/AbhijithNT/Telegram_ImageBot/.git

Usage

An example token.js file could be:

module.exports ={
    // past your telegram bot token like
    token: '4964312452:NeN554GslMAAcyM2XrgcSW53nWIUgHG0-zw'
}

then run

node index.js

Thank you

Node.js Telegram Bot API