Skip to content

CastingWordsLLC/castingwords-api-python-client

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ex
 
 
 
 
 
 
 
 
 
 

CastingWords Transcription API

Python Client

Install:

$ python setup.py install

Example:

 $ python
 Python 2.7.5 (default, Aug 25 2013, 00:04:04)
 GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
 Type "help", "copyright", "credits" or "license" for more information.  
 >>> from castingwords import API4
 >>> cw = API4("123456789asdfghjkl0987654321")
 >>> cw.prepay_balance()
 u'1.00'
 >>> cw.order_url("http://example.com/media.mp3")
 {u'message': u"Order '0a0' Created", u'audiofiles': [0000001], u'order': u'0a0'}

See Also:

Releases

No releases published

Packages

No packages published

Languages