mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
04ccd807cd
Fixes #387
45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
# qrm, a Bot for Discord
|
||
|
||
[![Discord](https://discordapp.com/api/guilds/656888365886734340/widget.png?style=shield)](https://discord.gg/SwyjdDN)
|
||
|
||
A discord bot with ham radio functionalities.
|
||
|
||
An independent rewrite of qrmbot-discord.
|
||
|
||
## Running
|
||
|
||
### With Docker
|
||
|
||
See [README-DOCKER.md](./README-DOCKER.md)
|
||
|
||
### Without Docker
|
||
|
||
Requires Python 3.9 or newer.
|
||
|
||
Prep the environment. For more information on extra options, see the [quick-bot-no-pain Makefile documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/makefile.md).
|
||
|
||
Install `libcairo` and `libjpeg` (package names may vary by distro or OS). Then run:
|
||
|
||
```
|
||
$ make install
|
||
```
|
||
|
||
Run. For more information on options, see the [quick-bot-no-pain run.sh documentation](https://github.com/0x5c/quick-bot-no-pain/blob/master/docs/run.sh.md).
|
||
|
||
```
|
||
$ run.sh
|
||
```
|
||
|
||
## Contributing
|
||
|
||
Check out the [development](/DEVELOPING.md) and [contribution guidelines](https://github.com/miaowware/.github/blob/master/CONTRIBUTING.md) for more information about how to contribute to this project.
|
||
|
||
All issues and requests related to resources (including maps, band charts, data) should be added in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources).
|
||
|
||
## Copyright
|
||
|
||
Copyright (C) 2019-2021 classabbyamp, 0x5c
|
||
|
||
This program is released under the terms of the *Québec Free and Open-Source Licence – Strong Reciprocity (LiLiQ-R+)*, version 1.1.
|
||
See [`LICENCE`](LICENCE) for full license text (Français / English).
|