This script automates the retrieval and copying of submitted code from the Litcoder website to another user's account.
Before running the script, ensure you've installed the necessary dependencies using the following command:
```bash pip install -r requirements.txt ```
The script relies on specific Python packages:
selectolax
: An HTML parserhttpx
: Enables asynchronous HTTP requests.
- In the main.py file, input the account credentials of a user who has completed the Litcoder lab and the credentials of the user to whom you intend to copy the lab code.
- Run the script using the following command:
```bash python main.py ```
This action will retrieve all submitted code from the provided credentials and replicate it in your account.
- Upon successful execution, you will find completed lab assignments in your recent lab section. You can access these labs, observe the pre-written solutions, and simply submit your code afterward.