Skip to content

8wgf3b/RedditSubMatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedditSubMatch

A tool for matching Redditors with similar interests based on their subreddit subscriptions and activity.

Code

Decided to setup docker just in case, can be built/ran with ./run.sh i fucked up spacing in a file for some reason

Preliminary notes based on the suggestions of Redditors

Resources

Algorithms/Methods

  • collaborative filtering
  • priori/association rule learning
  • Hausdorff distance of sets
  • Jaccard Index

Things to take into account:

  • default subreddit subscriptions
  • remove NSFW subreddits (or have the option to?)
  • number of subscribers in a sub (smaller subs could be a more special interest)
  • activity vs subscriptions

Other notes:

  • Discussion with the actual owner of r/submatch is currently ongoing about how to proceed with development.
  • Issues will be created tomorrow regarding for anyone's input regarding:
    • structure of the repo
    • algorithm discussion/planning
    • how the tool will be made available to users (webapp? bot?)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.6%
  • Dockerfile 22.2%
  • Shell 10.2%