Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.9 KB

File metadata and controls

72 lines (48 loc) · 1.9 KB

ManyBot Logo

100% free and open-source WhatsApp Bot

🇧🇷 Português · 🇺🇸 English

Node.js 18+ npm 9+ GPL v3 Linux


Official Instance Online

Add +55 (16) 99459-1903 and send !many

Please, read Terms of Use


What is

ManyBot is a WhatsApp bot that runs locally, without the official API.

What it can do on the official version

  • !video, !audio - Download videos and audio files, sends a download link
  • !igurinha - Create stickers with images, GIFs, and videos
  • !adivinhacao - Number guessing game
  • !figurinha - Hangman game

Disclaimer: the official version has Brazilian Portuguese as the default language.

Self-hosted version features

  • 100% Local - No official WhatsApp API
  • Multi-chat - Multiple chats in one session
  • Plugin System - Create and add features
  • Headless - Runs in background as systemd service
  • Simple Config - Intuitive manybot.conf file

Installation

git clone https://git.maneos.net/synt-xerror/manybot
cd manybot
cp manybot.conf.example manybot.conf
nano manybot.conf          # edit config
bash ./setup

To install the systemd service and ManyPlug globally, run as root:

sudo bash ./setup

Get the code or scan the QR Code in logs: journalctl -u manybot -f

Read installation and configuration docs before running ManyBot!

📚 Full documentation: Installation, Configuration, Plugins