Skip to content

ahmuq/minionlab-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minion Lab (Stream AI) Bot

Prerequisites

  • Node.js (version v18.20.5 or higher)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/ahlulmukh/minionlab-bot.git
  2. Navigate to the project directory:

    cd minionlab-bot
  3. Install the necessary dependencies:

    npm install

Usage

  1. Set the accounts.txt and proxy.txt (if you want to use proxy) before running the script. Below how to setup this fie.
  2. Configuration: make file accounts.txt and put your account with format .
email:password
email:password
email:password

If you want using proxy, make file proxy.txt and put your proxy with format.

http://ip:port
http://username:password@ip:port
  1. Run the script:
npm run start

Update

  1. If there any update you can

    git pull
  2. build again with

    npm run build

Stay Connected

Note

This script only for testing purpose, using this script might violates ToS and may get your account permanently banned.

Releases

No releases published

Packages

 
 
 

Contributors