Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2.01 KB

README.md

File metadata and controls

68 lines (41 loc) · 2.01 KB

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.