https://github.com/philippkant/soccer-matchthread-analysis
Data analysis on Reddit data: r/soccer match thread comments
https://github.com/philippkant/soccer-matchthread-analysis
matplotlib pandas praw praw-reddit reddit reddit-api
Last synced: about 2 months ago
JSON representation
Data analysis on Reddit data: r/soccer match thread comments
- Host: GitHub
- URL: https://github.com/philippkant/soccer-matchthread-analysis
- Owner: philippkant
- Created: 2021-08-28T23:14:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T23:22:42.000Z (almost 5 years ago)
- Last Synced: 2025-04-30T00:08:50.835Z (about 1 year ago)
- Topics: matplotlib, pandas, praw, praw-reddit, reddit, reddit-api
- Language: Jupyter Notebook
- Homepage:
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data analysis on Reddit data: r/soccer match thread comments
The following graphs show the number of comments in each minute in a specific r/soccer match thread.
## Example graphs
### 2014 FIFA World Cup Final between Germany and Argentina
Match thread link: [``` https://www.reddit.com/r/soccer/comments/2alnzy/match_thread_germany_vs_argentina_2014_fifa_world/ ```](https://www.reddit.com/r/soccer/comments/2alnzy/match_thread_germany_vs_argentina_2014_fifa_world/)
18723 comments

### Barcelona 6–1 Paris Saint-Germain "La remontada"
Match thread link: [``` https://www.reddit.com/r/soccer/comments/5y9qif/match_thread_barcelona_vs_paris_saintgermain/ ```](https://www.reddit.com/r/soccer/comments/5y9qif/match_thread_barcelona_vs_paris_saintgermain/)
8387 comments

## Tools used
- [PRAW](https://praw.readthedocs.io/en/stable/) (Python Reddit API Wrapper)
- Jupyter Notebook
- Pandas
- Matplotlib
- Seaborn
## About this repository
I created the two graphs with the two Jupyter Notebooks you see in this repository. You can find the same code as a normal Python file in main.py.