Just a VdoCipher api wrapper for python.
Project description
vdocipher.py
Just a VdoCipher api wrapper for python.
Installing
$ pip install vdocipher.py
Using
import vdocipher
# First, we need to authenticate our api
vdocipher.authenticate('VDOCIPHER_API_SECRET')
# Examples:
# obtaining a list of videos
videos = vdocipher.Video().get_list()
# uploading a video
new_video = vdocipher.Video(title='title').upload('file')
# obtaining a video
video = vdocipher.Video(id=1).get()
# removing a video
vdocipher.Video(id=1).delete()
# obtaining OTP
otp = OTP().create(videoid='your_video_id')
# or
otp = Video(title='test video').upload('file').create_otp()
Installing dev requirements
$ git clone https://github.com/puzzlsoftwarehouse/vdocipher.py.git
$ cd vdocipher.py
$ python -m venv .venv
$ source .venv/bin/activate
$ pip install .[dev]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vdocipher.py-0.2.2.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vdocipher.py-0.2.2.tar.gz.
File metadata
- Download URL: vdocipher.py-0.2.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
517ca67375b459445fd5ef55e6099ce4c0d4d157216d2115a62338d25e6c7541
|
|
| MD5 |
89c1946e26e5a46c7e1ad8a314a7eca3
|
|
| BLAKE2b-256 |
4a25ef65dffe87b379539af1ecd00cfaaf70b5f7354386a9bb2407c504a37e1a
|
File details
Details for the file vdocipher.py-0.2.2-py3-none-any.whl.
File metadata
- Download URL: vdocipher.py-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0587841b73191f44c0c7baa52dcdbb0a6d7dfe74161d01d3adff8af02747e19
|
|
| MD5 |
e05b668928f5f0375f876b25b991a860
|
|
| BLAKE2b-256 |
fc96f7f0c86de0aca9468a64669a0b872a4f09927559bdfe339e939905f2c551
|