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.4.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file django-socialtext-0.2.4.tar.gz.

File metadata

File hashes

Hashes for django-socialtext-0.2.4.tar.gz
Algorithm Hash digest
SHA256 073f64e19807723d865cbf1718dcb002a60296964f404b76bf784b9061e896cd
MD5 22febcee601bca6a4393bc432107df92
BLAKE2b-256 d26624c6230076b2d44025829e0c4e47a7ae5f00a2ec961eaf67c1ad2ec85493

See more details on using hashes here.

Supported by

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