Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listen to single room #167

Open
ZwiebelTVDE opened this issue Feb 12, 2024 · 2 comments
Open

Listen to single room #167

ZwiebelTVDE opened this issue Feb 12, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ZwiebelTVDE
Copy link

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 😊

@ccgarant
Copy link

ccgarant commented Mar 8, 2024

+1

I believe this is a cheeky workaround for the time being, where you can grep filter on the room and sender, here "BALNC Pool" and "sender balance_bot" respectively.

matrix-commander --listen forever --room-invites list+join | grep "BALNC Pool" | grep "sender balance_bot" >> pool_updates_240308.log

There should def be functionality to make a call like:

matrix-commander --listen forever --room-invites --room '!<my_room>:matrix.org' --sender '<sender_name_of_interest>'

@shahabes
Copy link

Hi my friends. I'm developing a python bot. I need to use nio as the commander use it. I wanna use some implementations in the matrix commander.
What should I do? e.g. for listening to a single room. I logged in and I have an active client. What should I do next? I did sync but I faced some errors.

@8go 8go added enhancement New feature or request help wanted Extra attention is needed labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants