Skip to content

fabriziocominetti/fantasanremo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FantaSanremo

The Sanremo Festival is becoming increasingly social. And so, companies and content creators are also following the events of the festival to stay up-to-date on possible trends to exploit and opportunities to grow. In recent years, "FantaSanremo" - a game that involves viewers but also in competing singers - has been popular among young and old.

This project focuses on analyzing tweets related to the #FantaSanremo 2023 edition, and aims to analyze content, the most relevant hashtags, and sentiment related to the topic of interest.

About

The data were collected by web scraping, through the snscrape library used on Twitter. Starting with a pre-processing phase on the content of tweets, the project continued with a data exploration phase, analyzing the most frequent hashtags and other special features of the collected dataset. Next, sentiment analysis of the tweets was performed.

Repository overview

β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ data
β”‚   └── raw
β”œβ”€β”€ notebooks
└── figures

Installation & Usage

  1. Clone this repo (for help see this tutorial).
  2. Data is being kept [/data/](Repo folder containing raw data) within this repo.
  3. Data processing/transformation scripts are being kept [/notebooks/](Repo folder containing data processing scripts/notebooks)
  4. Play with the data!