Giter Site home page Giter Site logo

cambridgefuck's Introduction


This script is no longer actively maintained. It will continue working, but assignments issues will not be fixed.

Contributors Forks Stargazers Issues


Cambridge Fuck

Get the answers from the assignments of the platform cambridgeone
FOR EDUCATIONAL PURPOSE ONLY

Give the project a star!

Report Bug · Request Feature

The Project

Here is how it looks like:

Script Platform
Cambridge Fuck Script Cambridge One Platform

Main modules

Usage of the script

So easy, just follow the next steps:

Getting the URL

  1. Go to the assignment you want to get the answers
  2. Open the developer tools
  3. Go to the network tab
  4. Search for the request that has the file data.js. It's possible you have to refresh the page.
  5. Copy the URL of the request

Getting the URL

Running the script

  1. Clone the repo
git clone https://github.com/EverStarck/cambridgeFuck.git
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the script
python main.py <url>

Understanding the script

[?] is the question

[=] is the answer

The answer is a number?

Yes, it represents the index of the correct answer in the list of options. Please note that the numbering starts from 0.

Droplist

⚠️ Some exercises have numbers in the options, so the numbering of the answers may be confusing. Please note that the numbering of the answers starts from 0.

Getting errors?

We apologize for any errors you may be experiencing.

Please keep in mind that if the exercise you are attempting is a writing or listening task and does not include answers, an error may occur. However, if you encounter an error while attempting an exercise that should have answers, please open an issue and we will work to resolve it as soon as possible.

When reporting an issue, please make sure to include the URL for the exercise. Thank you for your patience:)

Contributing

Wanna contribute to the project? Great! Please follow the next steps in order to submit any feature or bug-fix.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

⚠️ Make sure to follow the Commitizen style, otherwise I will not accept your PR.

cambridgefuck's People

Contributors

deepsource-autofix[bot] avatar deepsourcebot avatar everstarck avatar marcothebigcreator avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cambridgefuck's Issues

(PYL-R1722) Use of `exit()` or `quit()` detected

Description

The exit or quit functions don't exist at top-level if python is started with the -S flag, and will raise an error. Use sys.exit() instead.

Occurrences

There are 2 occurrences of this issue in the repository.

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.