ag415

Results 13 comments of ag415

is this project still being maintained? please let me know, or if there is another version of this project that is more up to date that I should be using...

could you perhaps explain a little about how the login function works so I can take a look? I'm not sure how to get the actual response that it's getting...

Thanks for the explanation. Agree 100% about google's api. Google has really turned into a trash company in recent years. I used to have so much respect for them and...

hey gkuenning, so I've been doing some poking around this login function to figure out how it works. It seems that google's login system has radically changed from what it...

I did notice that the regex in the code is still getting a value for "gxf" but i dont think that value is useful anymore. When i reproduced the login...

Maybe its just time to re-write this entire module. It was written a long time ago by a couple of guys who apparently work at Google, they don't maintain it...

Might also suggest using Selenium and a headless browser like PhantomJS to do the login if it requires a lot of javascript and other crap google defiled it with in...

The above only applies if Javascript is necessary though. If we can manage without javascript then it'll be more efficient to stick with URLLib2/Requests and BeautifulSoup/xml.minidom

You can also export the session data from a selenium webdriver session to something like requests, so you dont have to keep using selenium for everything. You can use it...

@gkuenning they definitely have some kind of API, although I don't think they actually intend for it to be accessible to us. There was a discussion about this on the...