Get the answers from the assignments of the platform
cambridgeone
FOR EDUCATIONAL PURPOSE ONLY
Give the project a star!
Report Bug
·
Request Feature
Here is how it looks like:
Script | Platform |
---|---|
So easy, just follow the next steps:
- Go to the assignment you want to get the answers
- Open the developer tools
- Go to the network tab
- Search for the request that has the file
data.js
. It's possible you have to refresh the page. - Copy the URL of the request
- Clone the repo
git clone https://github.com/EverStarck/cambridgeFuck.git
- Install the dependencies
pip install -r requirements.txt
- Run the script
python main.py <url>
[?]
is the question
[=]
is the answer
Yes, it represents the index of the correct answer in the list of options. Please note that the numbering starts from 0.
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:)
Wanna contribute to the project? Great! Please follow the next steps in order to submit any feature or bug-fix.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request