|
|
ec91904481
|
refactor(dataset creation): update API methods to return only posts
|
2026-02-09 21:20:08 +00:00 |
|
|
|
d96845d48b
|
implement pagination to search subreddit method & remove timeframe attr
In addition, it now searches new posts instead of top
|
2026-01-22 17:10:16 +00:00 |
|
|
|
8f504b7d4d
|
updated reddit api to flatten comments and posts into separate data structures
|
2026-01-22 17:05:32 +00:00 |
|
|
|
79cdb7babf
|
remove unused top subreddit posts method
|
2026-01-22 15:55:33 +00:00 |
|
|
|
152264bda9
|
separate comment and post data structures
This allows for a flat data structure, benefical to data analysis
|
2026-01-22 15:53:47 +00:00 |
|
|
|
a34252deda
|
Add response code 500 error handling in reddit api
|
2026-01-19 22:55:28 +00:00 |
|
|
|
d7baf39087
|
Implement exponential backoff for handling Reddit API rate limits in _fetch_data method
|
2026-01-17 22:14:26 +00:00 |
|
|
|
1d2865470b
|
Add comment parsing to _parse_posts
|
2026-01-17 18:20:21 +00:00 |
|
|
|
09d12ae173
|
Add logging to reddit api class
|
2026-01-17 16:12:18 +00:00 |
|
|
|
47e71113f6
|
Merge branch 'main' of github:ThisBirchWood/ethnograph-view
|
2026-01-15 12:43:53 +00:00 |
|
|
|
b5624035ec
|
rename reddit_connecter to reddit_api
|
2026-01-13 14:45:20 +00:00 |
|