Automate video editing with Stutterbuddy
Project description
StutterBuddy
This package allows you to interact with the stutterbuddy.ch API and perform a variety of tasks such as uploading files, submitting jobs, and retrieving information about assets and jobs.
To use this package, you will need to have an API key which you can obtain by creating an account on stutterbuddy.ch.
Installation
pip install stutterbuddy
Usage
The main object in the package is the Stutterbuddy
class, which you can initialize by passing in your API key. This class has several methods that you can use to perform different actions:
upload_file(path_to_file, verbose=1, upload_callback=None)
: This method allows you to upload a local file to stutterbuddy. It returns a unique identifier for your uploaded file.submit_job(asset_id, settings=SubmissionSettings(), verbose=1)
: This method allows you to submit a job to the API. You will need to provide the asset id of the file you want to process and can also specify job settings using aSubmissionSettings
object. It returns a list of job ids.get_all_jobs(verbose=1)
: This method allows you to retrieve a list of all jobs belonging to the user.get_job(job_id, verbose=1)
: This method allows you to retrieve information about a specific job using the job id.get_asset(asset_id, verbose=1)
: This method allows you to retrieve information about a specific asset using the asset id.
For more information and a complete list of available methods, please refer to the documentation on the stutterbuddy.ch website or the inline documentation in the code.
Features
- Bulk processing and automatized upload of files to stutterbuddy.ch
- submit videos or audio both as links or as files
- retrieve status of jobs
- coming soon: use as CLI tool
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
Built Distribution
File details
Details for the file stutterbuddy-0.2.2.tar.gz
.
File metadata
- Download URL: stutterbuddy-0.2.2.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6bed05d3e47104621c4c6d0124e6c968d18d115d3182249db8d559e2b4ca26f |
|
MD5 | bd0508fea005029b4a96eb1c43da0ea5 |
|
BLAKE2b-256 | e2fa1c8e894a0eec426ebd2e14223652d44b73e7702e4a4dcf4b4b1a361d8ced |
File details
Details for the file stutterbuddy-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: stutterbuddy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 301cd380afd444ec261d79043dab39213ae1a0cd2dfe21e196c70956db5ee1fb |
|
MD5 | 420c54263601a82a7aac59df2b5241ac |
|
BLAKE2b-256 | f13954cff3b404c8df5b93af334f1e7acb9aee0179a85aa4fc12db724da88aa1 |