Listen to single room
- Dominant language
- Python
- Stars
- 754
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Hey there, is there a way to continuously listen to one room only?
--listen forever listens to all rooms and --room in combination with --listen forever tells me thats not meant to be used that way.
What would be the way to listen to one specific room?
Thanks in advance 😊
Contributor guide
No contributing guide indexed for this repository
Research direction
Look at the command-line argument parsing in the main entry point to understand how --listen and --room are handled. Examine the listening loop logic to see how rooms are filtered. The goal is to modify the behavior so --room with --listen forever continuously listens to only that room. Check existing tests for the listen functionality to understand the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cli, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100