-
Notifications
You must be signed in to change notification settings - Fork 189
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
Support for Google provided email accounts (i.e. [email protected]) #350
Comments
That should work as long as your organization is using the standard Google login form. |
And if they do not use the standard Google login form? Is it completely out of the question? |
You're out of luck then, although it's possible to log in manually using a web browser. I can document the steps for that if you're still interested. |
I would be willing to try that. Thanks in advance. |
Manual login process:
EDIT: You can now specify |
Worked like a charm. Thanks again! |
I tried running the script. It tells me that it can't find the hangups module, even though I can run hangups. |
@MoustafaC Could you try it again with a virtual environment?
|
Sorry for the delay. Tried it in a virtual environment, and it works. Thanks! |
Thank you for this! @tdryer |
Totally worked. Easy peasy. |
@lanmower it does show that. Read the rest of the direction, you need to extract data from a cookie in the browser. Step 4. |
I had a similar issue, which the given script resolves. as this becomes a more common issue, would it make sense to include the above script as a part of the default hangups package, perhaps used by a flag i.e. (hangups --manual-login) with slightly better print statements to guide users through in case normal login doesn't work? |
Or a link to this repo in the program... |
I second @zetorian I think updating the code is a better solution than using workarounds :) P.S. thanx for the help, I am successfully using hangups and although its janky it works when in place, very happy that I can cli out hangouts messages now, which also required a second script/workaorund, which I had to fix myself cause it was out of date etc etc... |
working on a pull request I should be able to publish this weekend which would add a flag --manual-login to trigger the script |
We might be stuck with the manual login method soon. Google says their login form is going to require JavaScript:
|
Do we need to run this work around every time we want to fire up hangups from CLI ? |
Only for the initial login -- after that you'll have a text file containing your authentication cookie, which doesn't require going through Google's auth flow to use. |
|
@tdryer , wow, i finally got it to work! For anyone else using FF, do this after opening dev tools: |
I'm attempting to login with my Google-provided account. The domain-name part of the address is not gmail.com but rather my organization's domain name. Is there support for this and I'm just missing something?
The text was updated successfully, but these errors were encountered: