Skip to content

DAVINTLAB/StreamVis

 
 

Repository files navigation

YTLiveComments

⚙️ Installation

Clone the repository
git clone https://github.com/StefanoDPCarraro/YTLiveComments.git
cd YTLiveComments
Setup venv (recommended):
python3 -m venv ambiente_youtube

If using windows:

.\ambiente_youtube\Scripts\activate

If using linux:

source ambiente_youtube/bin/activate
Install dependencies
pip install -r requirements.txt
Open the main.py file and insert your API key and Video ID
7 - API_KEY = ''
8 - VIDEO_ID = ''

🚀Run

python3 main.py

Citation

Please refer to this work by citing the paper indicated below.

G. Kurtz, S. Carraro, C. Teixeira, L. Bandeira, B. Müller, R. Tietzmann, M. S. Silveira, I. H. Manssour. StreamVis: An Analysis Platform for YouTube Live Chat Audience Interaction, Trends and Controversial Topics. In Proceedings of the 27th International Conference on Enterprise Information Systems - Volume 2: ICEIS, 2025, SciTePress, p. 630-640. https://doi.org/10.5220/0013446200003929.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%