# Create repository on GitHub first, then: git remote add origin https://github.com/yourusername/your-bot-repo.git git branch -M main git push -u origin main
Many WhatsApp bots on GitHub use unofficial APIs (like Baileys). Using these can sometimes lead to your WhatsApp number being banned by Meta. Always use a secondary number for testing and be cautious of repositories that ask for your pairing code or login credentials. bot whatsapp termux github
pkg install -y nodejs npm install -g pm2 pm start index.js --name="whatsapp-bot" pm2 save pm2 startup # Create repository on GitHub first, then: git