Skip to content

MeoMunDep/Stream-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bot Setup Instructions


Table of Contents


1. Prerequisites — click to expand

Prerequisites

Before running the bot, make sure you have the following installed:

  • Node.js (Version: 22.11.0)
  • npm (Version: 10.9.0)

Download Node.js and npm here: Download Link.

Tip: Double-click setup.bat (Windows) or setup.sh (Linux/macOS) to run an automated setup — remember to fill all required fields first.

2. Installation Steps — click to expand

Installation Steps

  1. Download and Extract the Bot Files:

    • Extract the bot package into a folder on your computer.
  2. Install Dependencies: Open your terminal or command prompt, navigate to the folder where the bot files are located, and run:

npm install user-agents axios meo-forkcy-colors meo-forkcy-utils meo-forkcy-proxy meo-forkcy-logger crypto-js ws
  1. Prepare Configuration Files:

    • Ensure all configuration files are set up correctly before running the bot (see the Configuration Files section).
3. Configuration Files — click to expand

Configuration Files

Below each file is given a short description and an example. Expand the file you need.

3.1 `configs.json` — click to expand

This file controls the bot’s behavior. Example:

{
  "rotateProxy": false,
  "skipInvalidProxy": false,
  "proxyRotationInterval": 2,
  "delayEachAccount": [5, 8],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100
}
  • Fields Explained:

    • rotateProxy: Enable/disable proxy rotation.
    • skipInvalidProxy: Skip invalid proxies if true.
    • proxyRotationInterval: Time interval (minutes) for rotating proxies.
    • delayEachAccount: Random delay range (seconds) between accounts.
    • timeToRestartAllAccounts: Time (seconds) to restart all accounts.
    • howManyAccountsRunInOneTime: Number of accounts to run simultaneously.
3.2 `datas.txt` — click to expand
  • Fill the datas.txt file with account data (one row per account). Example entries are base64-like tokens (get from provided source):
ey...
ey...
ey...

Source: https://t.me/KeoAirDropFreeNee/1522

3.3 `wallets.txt` — click to expand
  • Add your wallet addresses (one per line):
abc...xyz
abc...xyz
abc...xyz

Wallet generator: https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop

Note: Wallet updates are currently not supported.

3.4 `proxies.txt` — click to expand

If you are using proxies, add them here (one row per account). Leave blank if you are not using proxies. Supported formats:

http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port
4. Running the Bot — click to expand

Running the Bot

  1. Navigate to the folder containing the bot files:
cd /path/to/stream-ai
  1. Run the bot:
node meomundep.js
5. Contact and Support — click to expand

If you encounter issues, contact:

Your support is appreciated! 🐱

⚠️ Disclaimer

This project was created solely as a personal educational exercise.
It is not an official product, website, or service of any company or brand referenced in this repository.
The creator is not affiliated, associated, endorsed by, or connected with any such company or brand in any way.

The code is provided "as is" without any warranties or guarantees.
Certain parts of the source are intentionally obfuscated to protect personal research, custom logic, and implementation techniques developed during learning and experimentation.

Use this project responsibly and at your own risk.
Redistribution, resale, or commercial use of any part of this code—whether original or modified—is not permitted.