Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sataniceypz/izumi-v3
Izumi-v3 a multi device WhatsApp Bot
https://github.com/sataniceypz/izumi-v3
izumi izumi-v3 multidevice multidevice-bot whatsapp whatsapp-bot
Last synced: 2 days ago
JSON representation
Izumi-v3 a multi device WhatsApp Bot
- Host: GitHub
- URL: https://github.com/sataniceypz/izumi-v3
- Owner: sataniceypz
- Created: 2024-06-05T05:47:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-10T14:35:43.000Z (8 days ago)
- Last Synced: 2025-01-14T22:55:25.055Z (3 days ago)
- Topics: izumi, izumi-v3, multidevice, multidevice-bot, whatsapp, whatsapp-bot
- Language: JavaScript
- Homepage:
- Size: 3.56 MB
- Stars: 130
- Watchers: 3
- Forks: 787
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Izumi-v3 a simple Multi device Whatsapp Bot
### Setup
1. Get Session
### For getting session in Indian number
1. Termux
2. download termux and run the command
```
pkg update && pkg install -y nodejs git && git clone https://github.com/sataniceypz/izumi-qr.git && cd izumi-qr && npm install && node index.js
```### Heroku
1. Create account on Heroku
### Koyeb
1. Create account on Koyeb
2. Get [Koyeb api key](https://app.koyeb.com/account/api)
### Railway
1. Create account on Railway
### Render
1. Create account on Render
3. Tutorial
3. Deploy on Panel
### RUN ON VPS/TERMUX1. Install packages
```
apt update && apt upgrade -y && pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh && bash ubuntu.sh
./start-ubuntu.sh
apt update && apt upgrade
apt install sudo
sudo apt install ffmpeg
sudo apt install imagemagick
sudo apt install yarn
sudo apt install git
sudo apt install curl
sudo apt -y remove nodejs
curl -fsSl https://deb.nodesource.com/setup_lts.x | sudo bash - && sudo apt -y install nodejs
```
2. installation
```
git clone https://github.com/sataniceypz/Izumi-v3
cd Izumi-v3
rm -rf package-lock.json
4. Configuration
```
echo "TERMUX = true
SESSION_ID = izumi~NJrnzJyS
PREFIX = .
READ_MSG = false
ALWAYS_ONLINE = false
REJECT_CALL = false
LOG_MSG = true
SUDO = 917994489493
AUTO_STATUS_VIEW = true" > config.env
```
- Start
```
npm install
npm start
```
- Stop
```
pm2 delete izumi
#### THANKS TO
- [ Mask-Serπ](https://github.com/mask-sir)