[+] Backup issue #261 analysis code

This commit is contained in:
Azalea 2024-05-16 19:52:15 +08:00
parent a2abe13b86
commit d70baebbf0
5 changed files with 577 additions and 0 deletions

View file

@ -0,0 +1,13 @@
### Issue #261 analysis
For context, see https://github.com/hykilpikonna/hyfetch/issues/261
The files in this directory are related to the automated sentiment analysis for the Reddit comments.
* `reddit.js`: JS script to crawl relevant Reddit comments.
* `reddit.json`: Crawled raw data
* `reddit_gpt.py`: Python script categorizing comment sentiment using GPT-4o
* `reddit_opinions.json`: Categorized sentiment data
These files are not really related to the functionality of hyfetch, but I'm pushing them here to
make my analysis reproducible, and preserve the data in case the reddit post is deleted.