1. Prerequisites — click to expand
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
-
Download and Extract the Bot Files:
- Extract the bot package into a folder on your computer.
-
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-
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
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 iftrue.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.txtfile with account data (one row per account). Example entries are base64-like tokens (get from provided source):
ey...
ey...
ey...3.3 `wallets.txt` — click to expand
- Add your wallet addresses (one per line):
abc...xyz
abc...xyz
abc...xyzWallet 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:port4. Running the Bot — click to expand
- Navigate to the folder containing the bot files:
cd /path/to/stream-ai- Run the bot:
node meomundep.js5. Contact and Support — click to expand
- Help me with your referral: Referral Link
- Buy me a telegram account: Link A • Link B
If you encounter issues, contact:
- Contact: Contact Me
- Group: Join the Group
- Channel: Visit the Channel
Your support is appreciated! 🐱
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.