Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

exploReddit

About

exploReddit is a subreddit recommendation system, that suggests new subreddits for you to browse based on your commenting and submission history on Reddit.

Installation

To run exploReddit, you will require the NumPy and SciPy libraries. Installation instructions for both can be found here. You do not need to install the entire SciPy stack. Alternatively, you can install them from pip using the following commands:

sudo apt-get install build-essential gfortran libatlas-base-dev python-pip python-dev
sudo pip install --upgrade pip
sudo pip install numpy
sudo pip install scipy

You will also need to install PRAW (Python Reddit API Wrapper). Once again, pip makes installing easy:

sudo pip install praw

Running

To get subreddit recommendations, download the source and unzip, navigate to the project directory and then into the src directory, and run python getRecommendations.py. Enter your Reddit username, find some new subreddits you'll enjoy, start browsing them and get that sweet, sweet karma!

About

Get subreddit recommendations based on your Reddit browsing history

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages