I've been trying to get codejam commandline from https://code.google.com/archive/p/codejam-commandline/ to work with no luck. I took the time to debug the first error: a 302 status error when I run the init script, the fix was simple, just changed HTTPConnection to HTTPSConnection under lib/http_interface.py.
Next the problem switched to authentication, which turned out to be caused by the deprecation of ClientLogin as per https://developers.google.com/identity/protocols/AuthForInstalledApps This has happened 5 years ago with no update to the tool ever since, is-it fair to assume the tool is dead? are there any alternatives? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/39a75686-9d41-4853-83ff-1d6d67791c2e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
