Skip to content

A Browser extension which states reliability of privacy policies and terms included in the webpage that is being viewed. This provides Integration and Innovation to Execution of AI based Extensions • My role is to create a backend framework using Django to get requests and scrape the data then process to give valid Terms and conditions of the site.

Notifications You must be signed in to change notification settings

BharathLakkoju/T_Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terms & Conditions / Privacy Policy Checker

About

A Browser extension which states reliability of privacy policies and terms included in the webpage that is being viewed. This provides Integration and Innovation to Execution of AI based Extensions.


Get Started

Prerequisites

  • git
  • python
  • pip
  • virtualenv

Django Server Start

First, clone the repository on your local machine.

# Using git command
git clone "https://github.com/bharathlakkoju/T_Checker"

# Using gh command
gh repo clone bharathlakkoju/T_Checker

After that, on the root directory use the following commands to create a virtual environment or install virtualenv to create a new virtual environment.

# If virtualenv is already installed
virtualenv env

# If virtualenv is not installed
pip install virtaulenv
virtualenv env

Now, change to the webextension directory and install the required dependencies mentioned in the requirements.txt using pip.

cd ./webextension/
pip install -r requirements.txt

After installing all the modules,

you just need to run the Django server.

py manage.py runserver
Web Extension Installation
  • Open you browser (chrome, firefox, brave, etc..)

  • click on extensions and enable developer mode to add custom extensions.

  • You need to click on Load unpacked option to add new extension from local folder. Select the webextension_ui folder and then click next to add the extension.

Now, Your extension is loaded and ready to use.


Please the thank the contributors.

About

A Browser extension which states reliability of privacy policies and terms included in the webpage that is being viewed. This provides Integration and Innovation to Execution of AI based Extensions • My role is to create a backend framework using Django to get requests and scrape the data then process to give valid Terms and conditions of the site.

Topics

Resources

Stars

Watchers

Forks