Skip to content

Advanced version of QuickSearch which auto search all question in google forms and mark right answers in the form itself.

Notifications You must be signed in to change notification settings

MQ-xz/QuickSearchAdvanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickSearch Advanced

GitHub Repo stars GitHub forks GitHub repo size GitHub contributors

QuickSearch Advanced is an advanced version of QuickSearch which auto searches all questions in Google Form and marks correct answers in the Form itself.

Demo

demo

Setup & Running

For QuickSearch Advanced, we first need to setup API to find the correct answers from Google. You can set it on local or run on any server.

Pre-requisites:

  • python3
  • pip3

API Setup:

  • Clone or download this repo
    git clone https://github.com/MQ-xz/QuickSearchAdvanced.git
    (extract if zipped)
  • Switch to API folder
  • install requirements.txt
    pip install -r requirements.txt
  • Run app.py
    python app.py

Extension Setup:

  • Switch to /extension directory.

  • In content.js replace YOUR_API_URL with deployed python API URL

  • Install the Extension

    Chrome:

    • Open Extensions from Menu or visit chrome://extensions
    • Enable Developer Mode
    • Click on Load unpacked Extension.
    • Select the Extension Files.

    Firefox:

    • Open Add-ons & Themes from Menu.
    • Click the Settings ⚙️ icon on top right.
    • Activate debug add-ons.
    • Select Load Temporary add-on.

Enjoy 🔥 and Happy Exams ! 😂.

Disclaimer

Currently, QuickSearch Advanced only supports Questions from GeekforGeeks only. Will be updated soon ⚡️.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Advanced version of QuickSearch which auto search all question in google forms and mark right answers in the form itself.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published