An automated bot for the Monami Network platform that handles account check-ins, task completion, and point farming.
- β Automatic login for multiple accounts
- β Daily check-in automation
- β Complete all available tasks
- β Continuous point farming
- β Proxy support for account isolation
For more airdrop opportunities and crypto insights, join our Telegram channel:
π’ Airdrop Insider ID
- Clone the repository:
git clone https://github.com/vikitoshi/Monami-Auto-Bot.git
cd Monami-Auto-Bot- Install dependencies:
npm install- Create a
.envfile and add your accounts:
EMAIL_1=your_email1@example.com
PASS_1=your_password1
EMAIL_2=your_email2@example.com
PASS_2=your_password2
# Add more accounts as needed
- (Optional) Add proxies to
proxies.txt(one per line):
http://proxy1.example.com:8080
socks5://proxy2.example.com:1080
Run the bot:
node index.jsThe bot will:
- Login to all accounts
- Perform daily check-in
- Complete all available tasks
- Start continuous point farming
- Accounts: Add as many accounts as you want in the
.envfile - Proxies: Add proxies to
proxies.txtto use different IPs for each account - User Agents: The bot automatically rotates user agents for each account
This bot is for educational purposes only. Use at your own risk. The developers are not responsible for any account restrictions or bans that may occur from using this bot.
This project is licensed under the MIT License - see the LICENSE file for details.