Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeancahu/gnp-discord-bot

Just another discord bot
https://github.com/jeancahu/gnp-discord-bot

Last synced: 2 days ago
JSON representation

Just another discord bot

Awesome Lists containing this project

README

        

# gnp-discord-bot

## Install

Install inotify-tools to watch bot file being edit and reload the bot service without systemd
Screen works for running backgroud processes without systemd

```bash
pacman -Sy inotify-tools screen

virtualenv venv
pip install -r requirements.txt
```

## Usage

### Run the server daemon

Run the main daemon:

```bash
bash server.sh
```