analyze sentiment of instagram reel comments
- create virtual env:
python -m venv venv
- activate env:
windows: venv\Scripts\activate
mac/linux: source venv/bin/activate
- install required packages:
pip install -r requirements.txt
- run server first:
python server.py
- (login &) collect reel links:
python collect-reels.py
- (login &) get reel data:
python collect-reel-data.py
- analyze sentiment:
python vader-sentiment-analysis.py
- create visualisation module (i.e. scatter graph):
python create-visualisation-module.py
-
in chrome, go to: chrome://extensions/
-
enable "developer mode"
-
click "load unpacked"
-
select the chrome-extension/extension/ folder
-
run server
python server.py
- go to instagram/explore and click "Analyze Reel" to start automatic analysis while scrolling