Skip to content

georgebrock/Versus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versus

Rank the places you visit and get recommendations of new places based on other Foursquare users with similar tastes.

The recommendations algorithms are based on the first few chapters of Programming Collevtive Intelligence by Toby Segaran

This is a quick, experimental project mostly built in one day. It won't scale well to lots of users.

To run the app:

  1. Change the PROJECT_URL setting so that it points to your running instance.
  2. Get a Foursquare consumer key and set the consumer's callback URL to be http://your-url-here/authenticated.
  3. Set the VERSUS_FOURSQUARE_CLIENT_ID and VERSUS_FOURSQUARE_SECRET environment variables.
  4. Install the requirements using pip install -r requirements.txt (you probably want to do this inside a virtualenv.
  5. Run the server with versus/manage.py runserver

About

Recommends Foursquare venues based on similar users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages