cathw commited on
Commit
8fc5824
1 Parent(s): 0f02f8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -140,7 +140,7 @@ comments: Sequence - Sequence of comments associated with the post.
140
 
141
  The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy”, “ClimateChange”, “ClimateActionPlan”, “Environment”, “Sustainability”, and “Zerowaste”, using the Reddit API. The PRAW Python library was utilized for interacting with the Reddit API. Specifically, the top ~1000 posts were considered in each subreddit, with comments and replies collected under each post. The data collection was performed on Feburary 21st and 22nd, 2024 with code in [reddit_collect_data.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_collect_data.py).
142
 
143
- The dataset can be found at my [Github Repository](https://github.com/catherine-ywang/reddit_climate_comment_data/blob/main/climate_comments.csv.zip)
144
 
145
  The processing steps included:
146
 
 
140
 
141
  The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy”, “ClimateChange”, “ClimateActionPlan”, “Environment”, “Sustainability”, and “Zerowaste”, using the Reddit API. The PRAW Python library was utilized for interacting with the Reddit API. Specifically, the top ~1000 posts were considered in each subreddit, with comments and replies collected under each post. The data collection was performed on Feburary 21st and 22nd, 2024 with code in [reddit_collect_data.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_collect_data.py).
142
 
143
+ The dataset can be found at my [Github Repository](https://github.com/catherine-ywang/reddit_climate_comment_data)
144
 
145
  The processing steps included:
146