2019-12-08 15:35:58 -05:00
# qrm, a Bot for Discord
2019-10-03 19:38:12 -04:00
2019-12-25 01:55:25 -05:00
[![Discord ](https://discordapp.com/api/guilds/656888365886734340/widget.png?style=shield )](https://discord.gg/SwyjdDN)
2019-12-18 11:47:47 -05:00
2019-10-03 19:38:12 -04:00
A discord bot with ham radio functionalities.
2019-10-03 20:19:07 -04:00
An independent rewrite of qrmbot-discord.
2019-11-04 12:17:59 -05:00
## Running
2019-12-15 22:53:40 -05:00
### With Docker
2019-11-04 12:17:59 -05:00
See [README-DOCKER.md ](./README-DOCKER.md )
### Without Docker
2020-03-30 19:00:38 -04:00
Requires Python 3.7 or newer.
2019-11-04 12:17:59 -05:00
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 ).
```
$ 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
```
2020-09-27 16:18:09 -04:00
## Contributing
Check out the [contribution guidelines ](/CONTRIBUTING.md ) for more information about how to contribute to this project.
2019-10-04 18:05:57 -04:00
## Copyright
2020-01-06 23:27:48 -05:00
Copyright (C) 2019-2020 Abigail Gold, 0x5c
2019-10-04 18:05:57 -04:00
2019-10-05 02:23:11 -04:00
This program is released under the terms of the GNU General Public License,
version 2. See `COPYING` for full license text.