redpill
redpill copied to clipboard
"This is your last chance. After this, there is no turning back. You take the blue pill—the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill—you stay...
Current matrix.org Python SDK (https://matrix.org/docs/projects/sdk/matrix.org-python-sdk.html) checks Room() parameters, which made redpill fail on start. Also different smaller corrections and cleanups.
Could this be potentially turned into a Python module so that it manages its dependencies and such?
I'm getting the error `ValueError: RoomIDs start with !` on line 87 `rooms[all_rooms] = Room(client, all_rooms)` I am using the matrix python sdk v0.0.4. Is this the wrong version to...