Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunj/nano
Personal assistant bot on Discord. Does async calls to various APIs upon request.
https://github.com/hunj/nano
discord-bot fun python
Last synced: 10 days ago
JSON representation
Personal assistant bot on Discord. Does async calls to various APIs upon request.
- Host: GitHub
- URL: https://github.com/hunj/nano
- Owner: hunj
- Created: 2021-03-06T13:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T18:00:17.000Z (6 months ago)
- Last Synced: 2024-05-14T23:37:49.064Z (6 months ago)
- Topics: discord-bot, fun, python
- Language: Python
- Homepage:
- Size: 677 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nano
Personal assistant bot for my Discord channel. Currently under development.
# instructions
1. copy & edit the config file:
```shell
$ cp config.yml.sample config.yml
$ vim config.yml # add api keys
```2. run docker compose:
```shell
$ docker-compose up
```# contribution
feel free to request a new feature via issues, or open a pull request with your own new feature!