daktak
daktak
Ok, my errors stem from the 4.2 update causing issues with my sound
Updated qubes-i3status with below ``` volcmd=$(pactl list sinks) local volume=$(echo "$volcmd" | grep Volume | awk '/%/ {gsub(/[\[\]]/,""); print $5; exit; }') local playback=$(echo "$volcmd" | grep Mute | cut...
Hoping @supersonictw is using April monthly message limit to continue dev ;-)
500 messages per month, per bot. Perhaps you could cycle through them. This function now for 1 room bridging.
You can run multiple instances on sperate ports for each room you want to bridge.
virtualenv . -p /usr/bin/python3 source ./bin/activate pip -r requirements.txt python main.py After setting up a provider and a channel, I used below to create a short-lived access token (can you...
Ok, creating a messaging api I get the following errror linebot.exceptions.LineBotApiError: LineBotApiError: status_code=400, request_id=a6a4517b-8f6d-47b4-ae62-4553e472b39c, error_response={"details": [], "message": "The property, 'to', in the request body is invalid (line: -, column: -)"},...
Ok, ROOM value should be populated with the reply string when adding the bot to group that has not been entered in the config.ini yet.
Ok, now if I send a message from Matrix, it spams with a history of all messages from Matrix
Also i think matrix room must not be encrypted? is below needed in matrix/poll.py under message_callback if room.room_id != config_instance["Matrix"]["ROOM"]: return