Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!