patniharshit / PSOSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSOSM Project

Authenticity of Linkedin profiles

Harshit Patni, Aman Shahi, Aashay Singhal

To run python scripts:

  1. Create a file named credentials, this file is in gitignore so it won't be pushed to git repo
  2. Add a single line to the file: {username}{space}{password}{space}{chromedriver-location}
  3. Add usernames to users file

To run web app:

  1. virtualenv env
  2. source env/bin/activate
  3. pip install -r requirements.txt
  4. export FLASK_APP=app.py
  5. flask run

About


Languages

Language:HTML 54.0%Language:Python 46.0%