onias-rocha / peek-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peek-bot

This bot is intended to "Peek" on consumer messages in Fury automatically.

Prerequisites

To have NodeJS installed in your machine.
Be connected to the VPN.

How to use

On the terminal, cd into the project's root folder and execute the following command:

$ npm install

In the src/bot.js file, enter your fury login information in the username and password variables. The consumerName variable must also be populated with the consumer name that you want to peek :

const username = ''
const password = ''
const consumerName = ''

Having done the previous steps, run the following command to start up the bot:

$ node src/bot.js

About


Languages

Language:JavaScript 100.0%