adelavega / rev-api

A shot at translating the Rev api SDK from Ruby to Python (https://github.com/revdotcom/rev-ruby-sdk)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rev API python client

Description

Python 3 client for the rev transcription API.

See API documentation: http://www.rev.com/api

Installation

  1. Install
python setup.py install
  1. Copy settings.example to ~/.rev_settings and fill in your credentials and configuration options.

Usage

python create_transcription_order.py

or

python save_transcripts.py

Known issues

Soon

Troubleshooting

Soon also!

Next steps

  • More unit testing

Questions

TBD

About

A shot at translating the Rev api SDK from Ruby to Python (https://github.com/revdotcom/rev-ruby-sdk)

License:Apache License 2.0


Languages

Language:Python 100.0%