https://github.com/alexandergrooff/usc-signal-bot
https://github.com/alexandergrooff/usc-signal-bot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandergrooff/usc-signal-bot
- Owner: AlexanderGrooff
- Created: 2025-02-11T22:03:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-20T18:15:21.000Z (over 1 year ago)
- Last Synced: 2025-02-20T19:28:39.166Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# USC Signal Bot
## Overview
This is a Signal messenger bot that can process commands from chat, deployed in Kubernetes.
It's used to make reservations at the USC gyms.
## Usage
To use the bot, you need to register it as a device with Signal. To do this you put the `signal-api` service in `MODE=normal` and go to http://localhost:8080/v1/qrcodelink?device_name=signal-api.
Register the device with Signal by scanning the QR code with the Signal app on your phone.
When you're done, put the `signal-api` service in `MODE=json-rpc` and restart it.
## Development
### Prerequisites
- Python 3.12
- Docker and Docker Compose
- direnv