This will automate the amigo quiz.
First do the setup to run this project
- Clone this repo
git clone #
cd amigo_test
-
Create the .env file and copy template from sample.env and replace those with real values
-
Then install the python packages
pip install -r requirements.txt
playwright install
- You will need the gemini api key
- put the api key in gemini2.py
- main file is dashboard.py
- in the main method of it sample code is there to run the script
- replace those value , like course link and credentials
This is very basic script, you have to run the script for each module , it will complete just one module at one run means suppose , this is course : Fundamentals of Ecommerce (CSIT334)-Semester V and it has 6 modules so it will complete one module at one run , for first run it will complete module 1 then second run module 2 and goes on.
Note: for the module 2 of Fundamentals of Ecommerce (CSIT334)-Semester V it may not work properly, have to work on that manually .
And sometimes it may skipps the some quizzes, so have to check also , after each time script runs check the module it run and cross verify the things.