Skip to content

A python3 script which automatically takes your btechguru assessment for you.

Notifications You must be signed in to change notification settings

nizam19/Btechguru_web_automation-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Btechguru_web_automation-Python

A python3 script which automatically takes your btechguru assessment for you.

Video

Click ☝️ for video of how this works

Requirements -

  1. Python 3 (I used Python 3.8.1)
  2. Google Chrome (I used Version 80.0.3987.149 (Official Build) (64-bit))

How to use -

If you already have git installed head to any command line and

git clone https://github.com/nizam19/Btechguru_web_automation-Python.git

cd Btechguru_web_automation-Python/

py main.py <test-url> <activation-code> <email/username>

py works for me you can even try python3 main.py ... python main.py ...

Command line arguments

  1. test link - Url of the test you are about to take
  2. test activation code - Activation code for the test
  3. email/username - Your btechguru.com email/username
  4. password - Your btech guru password can be passed as a command line argument also
  5. delay - How many minutes after you want your test to end

Follow up -

If you liked the project or would like to build upon this or this types of projects here are some ideas

  1. Each question or html element of that question usually has a unique ID which can be stored in a database in the database after we got to know the result for that question and whenever another user encounters the same question that id can be looked up in the database and correct answer(if any) would be fetched.
  2. ML and AI are the talk of the town right now, feel free to integrate those with these types of projects use them for identifying and solving famous questions or formulae or solving equations or even identifying the language for guess the output type of questions and predicting the answer your last card to play, would be searching the question on a search engine and choosing the most appropriate answer which matched the options.

Thanks for reading

About

A python3 script which automatically takes your btechguru assessment for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages