2.2.0 • Published 6 years ago

@telegram-actions/transmission v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Telegram Actions

CircleCI codecov Donate

Control your Telegram bot with comands.

Install

npm install @telegram-actions/core @telegram-actions/transmission --save

Example

import { IAction, TelegramActions } from '@telegram-actions/core';
import { transmissionActions } from '@telegram-actions/transmission';

const token = process.env.TOKEN || '';

const telegramActions = new TelegramActions(token, true);

telegramActions.addActions(transmissionActions);
telegramActions.start();

Note: Remember define bot token.more info

More examples

Transmission Actions

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

License

The MIT License (MIT)

Copyright © 2017 Silvelo