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

https://github.com/jusexton/nova

Self-host open source discord bot with a focus on providing quality core discord management tools along with configurable features from endless domains.
https://github.com/jusexton/nova

discord-bot python

Last synced: 10 months ago
JSON representation

Self-host open source discord bot with a focus on providing quality core discord management tools along with configurable features from endless domains.

Awesome Lists containing this project

README

          

# Nova

Self-host open source discord bot with a focus on providing quality core discord management tools along with
configurable features from endless domains.

## Getting Started

The easiest way to get started is using `docker-compose`.

```yaml
version: '3'
services:
nova:
image: nova:latest
container_name: nova_bot
restart: always
volumes:
- type: bind
source:
target: /app/config.txt
```

```toml
[nova]
token = "123"

[nova.extensions]
"gw2" = {}
"poll" = {}
```

## Core and Extensions

- [Core](docs/core.md)
- [Guild Wars 2](docs/gw2.md)