User-bot to simplify the work of the client and server in Telegram. Based on TGSNAKE. It has only 2 commands and a set of utilities to simplify work in a working environment.
- Clone this repository to your folder
git clone https://github.com/spelsinx/tg-userbot-js
. - Insert your HASH API and API ID to file bot.js – in certain lines below!.
- Install all dependencies
npm install
ornpm install tgsnake
&&npm install ping
. - Launch your user-bot by using
npm run go
ornode bot.js
.
All documentation on methods, errors, requests, and additional information TGSNAKE repository.
This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE file.