.codeclimate.json | |
|
|
.editorconfig | |
|
|
.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/lint.yml | |
|
|
.github/workflows/pre-commit-autoupdate.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.pre-commit-config.yaml | |
|
|
AUTHORS.rst | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
MANIFEST.in | |
|
|
Makefile | |
|
|
README.md | |
|
|
compose.yaml | |
|
|
dev-requirements.txt | |
|
|
docs/__init__.py | 1 | A 0 mins |
|
docs/authors.rst | |
|
|
docs/conf.py | 30 | A 0 mins |
|
docs/contributing.rst | |
|
|
docs/getting_started.rst | |
|
|
docs/index.rst | |
|
|
docs/make.bat | |
|
|
docs/plugins.rst | |
|
|
docs/requirements.txt | |
|
|
docs/settings.py | 50 | A 0 mins |
|
entrypoint.py | 6 | A 0 mins |
|
mmpy_bot/__init__.py | 29 | A 0 mins |
|
mmpy_bot/bot.py | 113 | A 0 mins |
|
mmpy_bot/driver.py | 177 | A 25 mins |
|
mmpy_bot/event_handler.py | 88 | A 0 mins |
|
mmpy_bot/function.py | 218 | B 5 hrs |
|
mmpy_bot/plugins/__init__.py | 5 | A 0 mins |
|
mmpy_bot/plugins/base.py | 157 | A 1 hr |
|
mmpy_bot/plugins/example.py | 150 | A 0 mins |
|
mmpy_bot/plugins/help_example.py | 75 | A 1 hr |
|
mmpy_bot/plugins/webhook_example.py | 70 | A 0 mins |
|
mmpy_bot/scheduler.py | 52 | A 0 mins |
|
mmpy_bot/settings.py | 109 | A 0 mins |
|
mmpy_bot/threadpool.py | 76 | A 45 mins |
|
mmpy_bot/utils.py | 12 | A 0 mins |
|
mmpy_bot/version.txt | |
|
|
mmpy_bot/webhook_server.py | 86 | A 0 mins |
|
mmpy_bot/wrappers.py | 106 | A 0 mins |
|
pyproject.toml | |
|
|
requirements.txt | |
|
|
setup.cfg | |
|
|