skip to navigation
skip to content

django-socialtext 0.2.2

Django application to integrate Socialtext into your project.

Downloads ↓

Latest Version: 0.2.3

A django application that helps integrate Socialtext with your project.

This application will help you interact with the Socialtext ReST API and receive webhooks from your Socialtext appliance.

Installation

  1. Install django-socialtext on your PYTHONPATH:

    pip install django-socialtext
    
    # or
    
    easy_install django-socialtext
    
  2. Add 'djsocialtext' to your project's INSTALLED_APPS

  3. Configure the djsocialtext settings:

    ST_URL = "https://st.example.com" # URL for your ST appliance
    
    ST_USER = "joeuser" # your ST username
    
    ST_PASSWORD = "joepassword" # your ST password
    

Usage

Djsocialtext helps you interact with the ReST API by providing a shortcut method to instantiate a python-socialtext API client using your project's settings:

from djsocialtext import get_api

api = get_api()

api.workspaces.list()
[<Workspace: blogs>, <Workspace: marketing>]

Contributing

Development takes place on GitHub. You can file pull requests and issue tickets there.

 
File Type Py Version Uploaded on Size # downloads
django-socialtext-0.2.2.tar.gz (md5) Source 2011-12-23 7KB 210