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

https://github.com/doubleangels/nova

Dockerized multi-purpose bot for Discord servers.
https://github.com/doubleangels/nova

api discord interactions-py search

Last synced: 11 months ago
JSON representation

Dockerized multi-purpose bot for Discord servers.

Awesome Lists containing this project

README

          

# Nova

![Logo](logo.png)

## Docker Compose
```
services:
nova:
image: ghcr.io/doubleangels/nova:latest
container_name: nova
restart: always
environment:
- DISCORD_BOT_TOKEN=
- GOOGLE_API_KEY=
- SEARCH_ENGINE_ID=
- IMAGE_SEARCH_ENGINE_ID=
- OMDB_API_KEY=
- PIRATEWEATHER_API_KEY=
- MAL_CLIENT_ID=
- SUPABASE_URL=
- SUPABASE_KEY=

networks:
default:
name: discord
```