Skip to content

hpandya3/whatchano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatchaNo?

Our vision is to motivate users that their privacy is worth protecting. The application's purpose is to enlighten the users on their digital footprint in terms of sentiment and location of their publicly shared information.

Local Development Setup

Prerequisites

Install the below prerequisites on your development machine:

virtualenv -p python3 env

Getting Started

  1. Clone repository
  2. Navigate to the back-end folder and download python dependencies
pip3 install -r requirements.txt

API Keys

Twitter and Microsoft Azure Face API keys are requires to run this app.

Face API https://azure.microsoft.com/en-au/try/cognitive-services/?api=face-api

Twitter API

Once you have the keys, you're required to create the following:

touch flask_website/local_settings.py
vi flask_website/local_settings.py
TWITTER_CONSUMER_KEY = ''
TWITTER_CONSUMER_SECRET = ''
TWITTER_ACCESS_TOKEN = ''
TWITTER_ACCESS_TOKEN_SECRET = ''
AZURE_FACE_API_TOKEN = ''

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published