Git Product home page Git Product logo

brutejudge's People

Contributors

sleirsgoevy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

brutejudge's Issues

Google OAuth support

The repository contains code that is meant to pass Google OAuth without using a browser. However this code no longer works for some reason, and ends up with an "Unsupported browser" page, probably due to the fact that it doesn't execute JavaScript (obviously!).

Possible options to get working OAuth:

  • Use a headless browser (e.g. PhantomJS or selenium under xvfb) to perform the authentication. This option is not preferred because it's highly platform-dependent.
  • Implement a special authentication flow for Google OAuth using a real browser to perform the sign-up (and implement it in the CLI).
  • Try to fix the broken code without involving a browser:
    ** Reverse-engineer JavaScript code involved in the process, and rewrite it in Python. This is going to break as Google may change the code at any time.
    ** Try to perform JS-like AJAX requests without actually executing the code (e.g. by using tokens obtained from the no-JS pass). This may be impossible as there are tokens that cannot be obtained that way.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.