26 May 2023 |
GitHub | [mautrix/googlechat] moo1210 starred the repo | 04:27:02 |
GitHub | [mautrix/googlechat] grimmy pushed
2 commits
to
webapi: -
fc84ac1c
Add a note about batchexecute failures
-
7f0e62a7
Get the webchannel up and working […]
| 07:41:13 |
29 May 2023 |
| Trevor Leavitt joined the room. | 12:11:47 |
| Trevor Leavitt left the room. | 12:13:18 |
aquarist684 | In reply to @tulir:maunium.net (you could probably technically still use the bridge if you acquired an oauth code or refresh token from the google chat ios app) When you say "oauth code" are we talking about an iOS Client ID for an OAuth client in the GCC ? | 12:34:52 |
tulir | no, I mean the code you get after a successful oauth login | 12:35:24 |
tulir | * no, I mean the code you get after a successful oauth login with the google chat ios client id | 12:35:32 |
aquarist684 | In reply to @tulir:maunium.net no, I mean the code you get after a successful oauth login with the google chat ios client id Ohh, so the Google Chat Bot only successfully registers currently on iOS devices ..? | 12:36:47 |
aquarist684 | My wife has an iPad, could I just complete the login on that device and then delete the app from that device ..? Sorry Tulir I know you're busy lol | 12:43:32 |
tulir | getting the oauth code before the app eats it will probably be difficult | 12:45:19 |
aquarist684 | Ahh that's right .. there's no F12 I suppose | 12:45:56 |
tulir | if you could read the internal state of the app, then getting the refresh token from there would probably work too, but that's not really possible on ios either | 12:46:21 |
aquarist684 | Yea iOS is pretty security conscious, I see now why you said technically .. well I appreciate you taking the time to explain it to me :) probably best that I wait until a patch resolves the issue :P Would the solution to this problem be posted here when resolved ? | 12:48:06 |
tulir | probably best to subscribe to https://github.com/mautrix/googlechat/issues/85 to get notified when it's closed | 12:51:53 |
aquarist684 | Thanks again tulir :D | 12:54:46 |
30 May 2023 |
| Kandler joined the room. | 21:17:03 |
31 May 2023 |
| doctork joined the room. | 18:18:56 |
5 Jun 2023 |
| alex joined the room. | 03:43:57 |
GitHub | [mautrix/googlechat] aquarist684 starred the repo | 12:57:17 |
6 Jun 2023 |
| Michael S. joined the room. | 10:12:41 |
Michael S. | Hello everyone. Is there a way to register the bridge because the url in the login description is no longer available | 10:14:32 |
tulir | no | 10:14:40 |
alex | https://github.com/mautrix/googlechat/issues/85 | 10:16:50 |
Alejandro Herrera | For those of you who are trying to fix what google did to us, I came across a Python library that does something similar with Google services (YouTube). Maybe it's a basis for connecting to those services.
It is also related to https://developers.google.com/oauthplayground where one can say which services are enabled so that this library has access to one's account, it generates a token that can then be used within such a line:
>>> from pyyoutube import Client
>>> client = Client(access_token='your access token')
| 22:11:02 |
tulir | the youtube data api is public so it's easy to access, the google chat user api is private | 22:12:29 |
Alejandro Herrera | ohh ok, I see, sorry :) | 22:13:19 |
Alejandro Herrera | A question that may be stupid, I see that Hangouts is practically obsolete, does that mean that these endpoints refer to the new chat service they are implementing?
So the future of this bridge is going to be to migrate to that new chat service? | 22:16:59 |
Alejandro Herrera |  Download image.png | 22:17:02 |
tulir | this has been a google chat bridge for 1.5 years now | 22:17:33 |
tulir | the public google chat api is only for bots and it's very limited, so it's not useful for bridges | 22:18:34 |