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.
- Host: GitHub
- URL: https://github.com/doubleangels/nova
- Owner: doubleangels
- Created: 2024-09-03T01:20:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:41:21.000Z (11 months ago)
- Last Synced: 2025-02-12T22:27:19.409Z (11 months ago)
- Topics: api, discord, interactions-py, search
- Language: Python
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nova

## 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
```