This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
matrix-roomba
Watch
4
Star
0
Fork
You've already forked matrix-roomba
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
matrix-roomba
/
.gitignore
5 lines
42 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat: add RoombaBot for blocking/unblocking Matrix rooms Introduced RoombaBot to manage room blocking/unblocking via commands. Configured logging for better traceability of bot actions. Added config.dist.yaml to provide a template for configuration setup. Updated .gitignore to exclude virtual environments and unnecessary files. This bot listens to specific commands in a moderation room and uses Matrix administration APIs to block or unblock specified rooms.
2024-08-07 08:28:30 +00:00
venv/
__pycache__/
*.pyc
feat: introduce CI/CD workflow and packaging setup Added Forgejo Actions workflow for Python package CI/CD, enabling automated testing and deployment to PyPI upon new tags. Introduced README and LICENSE files to document and license the project. Set up project with pyproject.toml, specifying dependencies, build system, and scripts. Configured .gitignore to exclude build artifacts. Helps automate deployment and set a structured foundation for the project.
2024-08-17 13:36:04 +00:00
config.yaml
dist/
Reference in a new issue
Copy permalink