Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arif98741/xatbot
https://github.com/arif98741/xatbot
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arif98741/xatbot
- Owner: arif98741
- Created: 2024-04-16T06:00:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-17T06:05:45.000Z (7 months ago)
- Last Synced: 2024-10-16T19:42:53.466Z (about 1 month ago)
- Language: PHP
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xatbot - Bot [![Build Status](https://travis-ci.org/llomgui/xatbot-Bot.svg?branch=master)](https://travis-ci.org/llomgui/xatbot-Bot)
## What do i need to run it?
- PHP8.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](https://github.com/llomgui/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:8.1-alpine sh
- cd op
- docker-php-ext-install sockets
- php start.phpDocker-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.