Skip to content

eater-of-lemons/final-year-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

instagram reel sentiment analyzer

analyze sentiment of instagram reel comments

setup

python environment

  1. create virtual env:
python -m venv venv
  1. activate env:
windows: venv\Scripts\activate
mac/linux: source venv/bin/activate
  1. install required packages:
pip install -r requirements.txt

data pipeline

  1. run server first:
python server.py
  1. (login &) collect reel links:
python collect-reels.py
  1. (login &) get reel data:
python collect-reel-data.py
  1. analyze sentiment:
python vader-sentiment-analysis.py
  1. create visualisation module (i.e. scatter graph):
python create-visualisation-module.py

chrome extension

  1. in chrome, go to: chrome://extensions/

  2. enable "developer mode"

  3. click "load unpacked"

  4. select the chrome-extension/extension/ folder

  5. run server

python server.py
  1. go to instagram/explore and click "Analyze Reel" to start automatic analysis while scrolling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages