Kumi
6447362d04
- 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.
4 lines
No EOL
154 B
Text
4 lines
No EOL
154 B
Text
homeserver: "https://homeserver.example"
|
|
username: "your_username"
|
|
password: "your_password"
|
|
operator_room_id: "!your_operator_room_id:homeserver.example" |