Skip to content

many-bot/manybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

322 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ManyBot Logo

Node.js 24+ npm 9+ GPL v3 Linux Baileys


Open-source framework for message automation, extensible via community plugins.

Requirements

  • Node.js >= 24
  • npm

Getting started

npm install -g @manybot/manybot
npm install -g @manybot/manyplug
manybot

On first run, a configuration file is created at ~/.manybot/manybot.toml. Edit it to set up your preferences.

For detailed setup instructions, see the documentation.

Plugins

ManyBot's functionality comes from plugins. Install them with ManyPlug:

manyplug install <plugin-name>

Browse available plugins at manybot.org/plugins.

Contributing

All kinds of contributions are welcome:

  • Bug reports and feature requests: open an issue on GitHub or Codeberg
  • Code: pull requests are welcome on GitHub or Codeberg; patches by email (manybot@pm.me) are also accepted.
  • Plugins: submit your plugin to manyplug-repo, which has instructions on how to do it
  • Anything else: suggestions, translations, documentation fixes, art - reach out by email or open an issue

License

ManyBot is distributed under the GNU General Public License v3.0.