Commit Graph

14 Commits

Author SHA1 Message Date
7f3cb81f6d Updated docstring to fix indentation 2024-07-24 22:48:43 +01:00
4fea6ee8d6 Updated version number and changelog. 2024-07-24 22:45:12 +01:00
4bcc5ab62c Moved Reddit test code into it's dedicated file 2024-07-24 22:44:49 +01:00
194ee6272d Updated the test code to use the new method and arguments. 2024-07-24 22:43:07 +01:00
c656a67961 Updated Tool#get_subreddit_feed to be the more generic Tool#get_reddit_feed, which can take in both user and subreddit Reddit .json links. 2024-07-24 22:42:25 +01:00
8e6c1549df Created RedditPage#parse_comments, which parses comment data from a Reddit .json link. 2024-07-24 22:41:11 +01:00
5c9e36de31 Created RedditPage#parse_posts, which parses post data from a Reddit .json link. 2024-07-24 22:40:10 +01:00
8ccd04fca2 Added a base RedditPage class which can extract data from a Reddit .json link, and returns a RedditPageData object 2024-07-24 22:39:14 +01:00
6072d70aea Created RedditPageData class, for outputing various data components from the RedditPage class 2024-07-24 22:37:26 +01:00
3020e015b5 Added RedditPageType enum 2024-07-24 22:36:26 +01:00
7999cb488f Added __pycache__ to .gitignore 2024-07-22 02:11:36 +01:00
c741d85458 Moved test code to it's own file 2024-07-22 02:11:27 +01:00
e8101a3352 Updated reddit tool docstring to match owui.com 2024-07-22 02:11:17 +01:00
5989d88002 Initial commit. 2024-07-22 01:58:04 +01:00