Sidebar Network

django-psn Collect and display user’s social network data with Django.

The Basics

Django-PSN provides users of a social website to provide and display information about their other online social networks. The project was created to let Pownce users show their friends what other online social networks they participate in. This data can also be used to connect friends across online social networks, building a free social graph.

There are two chunks of information considered interesting to social network portability:

  1. Edges In and Edges Out - These define “friend” relationships between users.
  2. Claimed and Verified URLs - Assertions of a user’s identity in other social networks.

Django-PSN includes models, forms, and sample views for collecting information from website users about their online profiles (claimed URLs). Site owners may also provide an API for returning an elsewhere_info JSON response, which is used for social graph data collection.

Project Homehttp://code.google.com/p/django-psn/
Grab the Repository – svn checkout http://django-psn.googlecode.com/svn/trunk/
 

Recent Commits

  • 38 was committed 1 month, 2 weeks ago.
    removing unused ‘username’ param in psn.views.settings_social_networks
  • 37 was committed 3 months, 3 weeks ago.
    fix for #4. Moved admin registration to admin.py. Thanks malcolm.
  • 36 was committed 3 months, 3 weeks ago.
    reformatted things for #2
  • 35 was committed 5 months ago.
    updating for newforms-admin branch merge with trunk.
  • 34 was committed 6 months ago.
    added more social networks
  • 33 was committed 11 months, 1 week ago.
    changed xbox 360 gamer card to just gamer card.
  • 32 was committed 12 months ago.
    moved form saving into view. Changed to using cleaned_data. Added names of network ID (not yet used.)
  • 31 was committed 12 months ago.
    removed extra space…
  • 30 was committed 12 months ago.
    changed maxlength to max_length
  • 29 was committed 1 year, 2 months ago.
    added “from django.utils.translation import ugettext as _” to models.