Causal allows two ways to view social history.
The first is via a web interface displaying the past 7 days of the enabled social services.
The second is via a JSON feed of the same data of all the updates in a standardised format.
Each social service is integrated as a separate Django application.
An admin backend is provided.
Here are some key features of "Causal":
Supported services:
· Twitter
· Foursquare
· Flickr
· Facebook
· LastFM
· Google Reader
· GitHub
Requirements:
· Django 1.2.3 or higher
· oauth2 1.2.0 or higher
· south 0.7.1 or higher
· jogging 0.2.2 or higher
· django-registration 0.7 or higher
· django-timezones 0.1.4 or higher
· python-dateutil 1.5 or higher
· pytz
· BeautifulSoup 3.0.8.1 or higher (for GitHub integration)
· github2 0.1.2 or higher (for GitHub integration)
· pyfacegraph 0.0.4 or higher (for Facebook integration)
· feedparser 4.1 or higher (for Google Reader integration)
· flickrapi 1.4.2 or higher (for Flickr integration)
· tweepy 1.7.1 or higher (for Twitter integration)
· twitter-text-py 1.0.3 or higher (for Twitter integration)