- The whole package is in two parts
- The RESTful API built using Flask.
- The browser extension
-The API
-To start the API on your local machine, make sure your'e in the root directory, run the following commands
- pip install -r requirements.txt
- python pyscript.py
- URL will be generated.
The Browser Extension
- Open FireFox
- In the search bar, paste this
about:debugging#/runtime/this-firefox - Select
Load Temporary Add-on - Select
manifest.jsonin the root directory of the project - There will be a green light indicating the extension is working.
- Got to
[URL_provided_by_the_API]