https://github.com/nakidai/notabot
Upgraded broccoli
https://github.com/nakidai/notabot
discord-bot docker python qol quality-of-life
Last synced: 6 months ago
JSON representation
Upgraded broccoli
- Host: GitHub
- URL: https://github.com/nakidai/notabot
- Owner: nakidai
- License: bsd-2-clause
- Created: 2024-02-25T18:21:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T00:25:55.000Z (about 1 year ago)
- Last Synced: 2024-07-16T17:09:46.563Z (about 1 year ago)
- Topics: discord-bot, docker, python, qol, quality-of-life
- Language: Python
- Homepage:
- Size: 136 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NotABot
--
Discord bot for Vectozavr serverUsage (as application)
--
Install it and start bot with token as first argumentUsage (with docker)
--
Notabot needs token in `notabot-token` secret and `notabot-var` volume to store data independent from deploys and restarts. You can download prebuilt image from `nakidai/notabot:latest` or build your own (you need to edit compose.yml with your image name then). You can't use docker compose as `compose.yml` uses external secrets, so you can deploy with stack: `docker stack deploy -c compose.yml notabot`.Contributing (writing own extension)
--
If you want write your own extension or edit exisitng one, firstly check [Example extension](https://github.com/nakidai/NotABot/blob/master/extensions/Example/__init__.py)