django-socialtext 0.2.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

djangosocialtext 0.2.4

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

Install django-socialtext on your PYTHONPATH:
pip install django-socialtext

# or

easy_install django-socialtext

Add ‘djsocialtext’ to your project’s INSTALLED_APPS
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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.