npm

@fort-protocol/telebot

0.2.0 • Public • Published

@fort-protocol/telebot

Node.js Package

Install

npm i -g @fort-protocol/telebot

or

yarn global add @fort-protocol/telebot

Help

get some help of telebot

telebot -h

get version of telebot

telebot -V

send

telebot send
telebot sendmessage 'hello' chat_id1 chat_id2 -y
telebot sendphoto 'uri' chat_id1 chat_id2 --caption 'hello' -y
telebot sendvideo 'uri' chat_id1 chat_id2 --caption 'hello' -y

if chat_id from stdout, you can use xargs like this

echo 'chat_id1 chat_id2' | xargs telebot sendmessage 'hello' -y

Readme

Keywords

Package Sidebar

Install

npm i @fort-protocol/telebot

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

38.3 kB

Total Files

28

Last publish

Collaborators

  • tunogya