Commit graph

2 commits

Author SHA1 Message Date
390db18623
feat: add CLI config support and script entry
Introduced command-line argument parsing to allow specifying configuration file paths, enhancing the tool's flexibility for different environments. Additionally, integrated a script entry in pyproject.toml to facilitate direct execution of the bridge, improving usability. The bridge now correctly initializes the matrix client, ensuring proper operation. These changes make deployment and configuration more straightforward, adaptable to user needs.

- Command-line arguments for custom config paths.
- Script entry for easier execution.
- Fixed matrix client initialization in the bridge.
2024-05-20 11:57:12 +02:00
7eba27ea9e
feat: Initialize Matrix double puppeting bridge project
Introduced the scaffolding for a Matrix double puppeting bridge, including essential configuration and basic operational logic. The setup encompasses the .gitignore additions to exclude environment and build files, inclusion of LICENSE and README for legal and project outlining, respectively, and foundational project structure in pyproject.toml for package management. Core functionality to relay messages between Matrix and an external service is established, with stubs for extending the bridge's capabilities. This groundwork lays the foundation for further development and experimentation with the Matrix API and double puppeting mechanisms, illustrating a preliminary model for bi-directional communication bridges.
2024-05-16 10:10:19 +02:00