Skip to main content

Django application to integrate Socialtext into your project.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-socialtext-0.2.3.tar.gz (5.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page