Skip to content

IKermani/FidiboCommentSentimentAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fidibo.com comments Sentiment Analyser

Introduction

This project first asynchronously grab Fidibo.com books comment data using grabber.py and then save 2 .csv files named books.csv which is the name of books and other attributes and commments.csv. The second file that do the actual sentiment analysis is score_comments.py which first loads the comments.csv and then do the sentiment analysis.

Usage

python3.9 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
./grabber.py
./score_comments.py

About

Fidibo.com books comment scraper and sentiment analyser

Topics

Resources

Stars

Watchers

Forks

Languages