-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
assignedIssues which are assigned to someoneIssues which are assigned to someoneenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Aim
I'd add the web scraper for the reddit website. Thie would scrape the feeds for a particular query, top feeds, and so on.
Details
I'd add the following functions to reddit:
| Methods | Details |
|---|---|
.getFeed() |
Returns the posts with title, descriptions, subreddit, subreddit avatar, time, vote and comment count, image, category and link |
.get_best() |
Returns the best posts with title, descriptions, subreddit, subreddit avatar, time, vote and comment count, image, category and link |
.get_hot() |
Returns the hot posts with title, descriptions, subreddit, subreddit avatar, time, vote and comment count, image, category and link |
.get_top() |
Returns the top posts with title, descriptions, subreddit, subreddit avatar, time, vote and comment count, image, category and link |
.search(topic) |
Returns the top posts with title, subreddit, subreddit avatar, date, vote and comment count and link for a searched topic |
Record
- I agree to follow this project's Code of Conduct
- I'm a GSSoC'23 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
assignedIssues which are assigned to someoneIssues which are assigned to someoneenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers