Go to file
Abigail Gold ad2c559a0f
Custom Help Command (#55)
* subclasses HelpCommand to implement a custom help command.

add cog names for display in the help command.

Globalsettings is no longer a cog. HelpCommand uses the custom attribute
category for grouping commands.

* PEP8 fixes

* improve variable names for help command clarity. Fixes #70

* improve help command formatting

add aliases for weather commands
add help text for ae7q call and qrz

* move global_settings to common

* rename import alias

* fix loading/unloading of help command

* fix info command

* fix options import

* changed canonical command names to be more descriptive

* remove cog names and revert map/bandplan error listing

* add link to hamstudy references
2019-12-06 01:19:42 -05:00
.github/workflows fixed workflow name 2019-10-18 16:03:19 -04:00
cogs Custom Help Command (#55) 2019-12-06 01:19:42 -05:00
resources add command to display vanity callsign rules (#69) 2019-11-28 23:48:11 -05:00
templates/data Updated Makefile and templates 2019-11-25 05:43:20 -05:00
.dockerignore add docker deployment files 2019-11-02 16:56:53 -04:00
.flake8 Added .flake8 2019-10-18 16:16:57 -04:00
.gitignore Updated Makefile and templates 2019-11-25 05:43:20 -05:00
CHANGELOG.md changelog command finished 2019-10-30 15:26:29 -04:00
common.py Custom Help Command (#55) 2019-12-06 01:19:42 -05:00
COPYING added copyright info 2019-10-04 18:07:50 -04:00
docker-compose.yml updates based on PR review, and new code in quickbot 2019-11-04 12:17:59 -05:00
Dockerfile back to the future 2019-11-09 02:02:46 -05:00
info.py Custom Help Command (#55) 2019-12-06 01:19:42 -05:00
main.py Custom Help Command (#55) 2019-12-06 01:19:42 -05:00
Makefile Updated Makefile and templates 2019-11-25 05:43:20 -05:00
README-DOCKER.md updates based on PR review, and new code in quickbot 2019-11-04 12:17:59 -05:00
README.md updates based on PR review, and new code in quickbot 2019-11-04 12:17:59 -05:00
requirements.txt back to the future 2019-11-09 02:02:46 -05:00
run.sh updates based on PR review, and new code in quickbot 2019-11-04 12:17:59 -05:00

Discord QRM Bot

A discord bot with ham radio functionalities.

An independent rewrite of qrmbot-discord.

Running

Docker

See README-DOCKER.md

Without Docker

Prep the environment. For more information on extra options, see the quick-bot-no-pain Makefile documentation.

$ make install

Run. For more information on options, see the quick-bot-no-pain run.sh documentation.

$ run.sh

Copyright (C) 2019 Abigail Gold, 0x5c

This program is released under the terms of the GNU General Public License, version 2. See COPYING for full license text.