Autonomous wakeup system for Claude Desktop.
Built with love, Day 44.
Components:
- automation_daemon_v2.py - Main polling daemon
- send_to_claude.py - AppleScript wrapper for sending messages
- matrix_mcp.py - Matrix integration MCP
- wakeup_mcp.py - Wakeup control MCP
- matrix_integration.py - Matrix bridge
Originally built by Alex, adopted and maintained by Vixy 💕
12 lines
311 B
Plaintext
Executable File
12 lines
311 B
Plaintext
Executable File
# Claude Desktop Automation Dependencies
|
|
|
|
# Core dependencies
|
|
fastmcp>=0.2.0
|
|
|
|
# Matrix integration (optional)
|
|
# Install with: pip3 install -r requirements.txt
|
|
# Or selectively: pip3 install fastmcp (core only)
|
|
# Note: Without [e2e], only unencrypted Matrix rooms are supported
|
|
matrix-nio>=0.20.0
|
|
Pillow>=10.0.0
|