No description
Find a file
Kumi 6447362d04
feat: add initial version of Matrix Support Bot
- Set up CI/CD workflow for Python package publishing to PyPI
- Add MIT License for project
- Create .gitignore file to exclude common Python and project files
- Document project purpose and licensing in README.md
- Add example configuration file (config.yaml.dist)
- Define package metadata and dependencies in pyproject.toml
- Implement SupportBot class for handling support tickets in Matrix
- Implement main script for bot execution and configuration loading

This initial commit establishes the structure and core functionality for the Matrix Support Bot project.
2024-08-18 17:33:56 +02:00
.forgejo/workflows feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
src/matrix_supportbot feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
.gitignore feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
config.yaml.dist feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
LICENSE feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
pyproject.toml feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00
README.md feat: add initial version of Matrix Support Bot 2024-08-18 17:33:56 +02:00

Matrix-SupportBot

Support Private.coffee!

This is a simple, no-database support chat bot for Matrix. It is designed to be easy to use and lightweight.

License

This project is licensed under the MIT License - see the LICENSE file for details.