https://github.com/meomundep/guides-for-using-my-script-on-termux
Guides for using my script on termux.
https://github.com/meomundep/guides-for-using-my-script-on-termux
airdrop android base guide how-to-run meomundep mobile script termux termux-environment termux-recommended-for-android termux-tool tmux tool wsl
Last synced: 2 months ago
JSON representation
Guides for using my script on termux.
- Host: GitHub
- URL: https://github.com/meomundep/guides-for-using-my-script-on-termux
- Owner: MeoMunDep
- Created: 2024-12-22T10:35:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:27:00.000Z (3 months ago)
- Last Synced: 2025-03-28T17:29:33.651Z (3 months ago)
- Topics: airdrop, android, base, guide, how-to-run, meomundep, mobile, script, termux, termux-environment, termux-recommended-for-android, termux-tool, tmux, tool, wsl
- Homepage: https://t.me/keoairdropfreene
- Size: 6.84 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π **Termux Bot Setup Guide**
Welcome to the **Termux Bot Setup Guide**! This guide will help you install and run the bot on your mobile device using **Termux**. Please follow each step carefully.
> β οΈ **Disclaimer:**
> - This bot is intended for educational and personal use only.
> - The developer is **not responsible** for any misuse or consequences of running this bot.
> - Using automation tools may violate the terms of service of some platformsβuse it at your own risk.---
## π **Table of Contents**
1. [π Prerequisites](#-prerequisites)
2. [π₯ Installing the Bot](#-installing-the-bot)
3. [βοΈ Configuring the Bot](#-configuring-the-bot)
4. [βΆοΈ Running the Bot](#-running-the-bot)
5. [π Updating the Bot](#-updating-the-bot)
6. [π Contact & Support](#-contact--support)---
## π **Prerequisites**
Before installing the bot, ensure you have the following installed on Termux:
β **Termux App:** [Download Here](https://t.me/KeoAirDropFreeNe/257/32384)
β **Node.js (v22.11.0)**
β **npm (v10.9.0)**### **π Initial Termux Setup**
Open Termux and run the following commands to update and install dependencies:```bash
pkg update && pkg upgrade -y
termux-setup-storage
pkg install nodejs-lts git -y
```Verify installation:
```bash
node -v
npm -v
```---
## π₯ **Installing the Bot**
### **πΉ Method 1: Install via Git (Recommended)**
1οΈβ£ **Clone the bot repository:**
```bash
git clone bot-folder
cd bot-folder
```2οΈβ£ **Install dependencies:**
```bash
npm install --force -g user-agents axios colors https-proxy-agent socks-proxy-agent crypto-js ws uuid xlsx readline-sync
```---
### **πΉ Method 2: Manual Installation**
1οΈβ£ **Download the bot files manually** and extract them into a folder.
2οΈβ£ **Navigate to the folder and install dependencies:**
```bash
cd /path/to/bot-folder
npm install --force
```---
## βοΈ **Configuring the Bot**
Before running the bot, make sure you have the necessary configuration files set up.
### **1οΈβ£ `configs.json` - Main Configuration**
Modify this file to adjust bot settings:
```json
{}
```### **2οΈβ£ `datas.txt` - User Data File**
```txt
abc...xyz
abc...xyz
abc...xyz
```### **3οΈβ£ `wallets.txt` - Wallet Addresses**
```txt
0xabc...xyz
0x123...def
0x789...ghi
```### **4οΈβ£ `proxies.txt` - Proxy List (Optional)**
```txt
http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port
```---
## βΆοΈ **Running the Bot**
### **Run the bot normally:**
```bash
node meomundep.js
```If you encounter permission issues:
```bash
chmod +x meomundep.js
```### **Run the bot in the background (Optional)**
To prevent the bot from stopping when you close Termux:
β **Using `nohup` (Logs saved to `output.log`)**
```bash
nohup node bot.js > output.log 2>&1 &
```β **Using `tmux` (If installed)**
```bash
tmux new-session -d -s bot_session 'node meomundep.js'
```β **Check running processes:**
```bash
ps aux | grep node
```β **Stop the bot manually:**
```bash
killall node
```---
## π **Updating the Bot**
### **πΉ If Installed via Git:**
```bash
cd bot-folder
git pull
npm install
```### **πΉ If Installed Manually:**
Download the updated version and replace your old files.---
## π **Contact & Support**
π° **Buy me a Telegram account:** [Here](https://t.me/KeoAirDropFreeNe/312/27801)
π¬ **Need help? Contact me on Telegram:**
π© [Contact for work, do not dm me for error on bot](https://t.me/MeoMunDep)
π₯ [Join the Support Group](https://t.me/KeoAirDropFreeNe)
π’ [Follow Updates](https://t.me/KeoAirDropFreeNee)---
__Use this script at your own risk and do not sell or try to modify it.__
π **Enjoy using the bot on Termux!** π