@under-pressure/botapi-gg
v1.0.11
Published
<p align="center"> <br> <a href="https://www.npmjs.com/package/@under-pressure/botapi-gg">BotAPI GG</a>: BotAPI GG implementation in Node.js <br> </p>
Downloads
6
Readme
Install
$ npm install @under-pressure/botapi-gg
Usage
import {BotApiGG} from '@under-pressure/botapi-gg';
const api = new BotApiGG(GG_NUMBER, 'email', 'password');
api.addTextMessage('hello world');
api.setRecipientsMessage(['RECIPIENT_GG_NUMBER']);
await api.sendMessage();
api.clear();