drewwalters96 / subber

A web-based application that allows active reddit users to discover subreddits based on post history and subscription data.
GNU General Public License v3.0
5 stars 3 forks source link

Eliminate subscribed subreddits from recommendations #40

Open drewwalters96 opened 6 years ago

drewwalters96 commented 6 years ago

Thank you for your contribution to Subber! Please fill out one of the two templates below (issue or feature request).

Issue:

Subber recommends subreddits to users that the user is already subscribed to.

Expected behavior

Subber does not recommend subreddits to users that the user is already subscribed to.

Actual behavior

Subber recommends subreddits to users that the user is already subscribed to.

Steps to reproduce the behavior
Relevant logs (subber.log)
danieledwardknudsen commented 6 years ago

Hi @drewwalters96 . I have a question on your vision here. It appears that subscribed subreddits, as well as upvotes and downvotes, are restricted data inaccessible via PRAW unless the queried redditor is the one currently authenticated through PRAW.

Given this restriction, what do you think the appropriate direction is for eliminating subscribed subreddits? The simplest solution to me would be to assume that any active subreddit for the queried user is an already-subscribed sub.