Skip to content

llomgui/xatbot-Bot

Repository files navigation

xatbot - Bot Build Status

What do i need to run it?

  • PHP7.1
  • A xat account to use it as bot

How does it work?

First, edit config.json.example with your data, rename it to config.json. If you want to add modules or commands, don't forget to update modules.json or commands.json.

This project is linked to xatbot Website You need to clone this projet to make it work (It has the database).

Once everything is cloned, you can launch bots servers with: php start.php

Docker:

  • docker run -it --rm -v $(pwd):/op php:7.1-alpine sh
  • cd op
  • docker-php-ext-install sockets
  • php start.php

Docker-compose:

  • docker-compose run --rm php

I want to contribute, how do I?

Make your tests on your computer, then send a pull request.

This has been tested on Windows PC and doesn't seem to work as intended.

About

xatbot's bot in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages