cathw commited on
Commit
62dd0df
·
verified ·
1 Parent(s): 0fc3966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -138,7 +138,7 @@ comments: Sequence - Sequence of comments associated with the post.
138
 
139
  #### Data Collection and Processing
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_data_collection.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_data_collection.py).
142
 
143
  The processing steps included:
144
 
 
138
 
139
  #### Data Collection and Processing
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 processing steps included:
144