Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeancahu/gnp-discord-bot
- Owner: jeancahu
- Created: 2021-11-23T18:56:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T03:09:14.000Z (over 1 year ago)
- Last Synced: 2024-11-21T11:38:24.931Z (2 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 screenvirtualenv venv
pip install -r requirements.txt
```## Usage
### Run the server daemon
Run the main daemon:
```bash
bash server.sh
```