Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikaspran/suggest-subreddit
Recommend subreddits based on what the user is already subscribed to
https://github.com/nikaspran/suggest-subreddit
Last synced: 26 days ago
JSON representation
Recommend subreddits based on what the user is already subscribed to
- Host: GitHub
- URL: https://github.com/nikaspran/suggest-subreddit
- Owner: nikaspran
- License: mit
- Created: 2020-05-15T11:43:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:28:07.000Z (about 2 years ago)
- Last Synced: 2023-08-02T01:03:44.802Z (over 1 year ago)
- Topics: reddit
- Language: TypeScript
- Homepage: https://nikas.praninskas.com/suggest-subreddit/
- Size: 8.83 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Suggest Subreddit
Recommend subreddits based on what the user is already subscribed to
## How it works
This currently uses subreddit similarity data from [anvaka/sayit](https://github.com/anvaka/sayit#the-data). To summarise, **two subreddits are considered similar if the same people comment in boths**. While not perfect, it is a decent approximation of similarity. Further work could include computing new similarity data which would be based on subscriptions, not commenters (i.e. subreddits are similar if they share a lot of subscribers).
## TODO
* add manual input field instead of via Reddit oauth