Unofficial Streamtape API Wrapper for Python by Swadhin Biswas
Project description
# Unoffical Streamtape API Wrapper

## Streamtape tries to give the user the best experience you can get on a video-sharing website

## Video sharing has never been easier
*It is a simple API wrapper for the streaming service streamtape.com. The API documentation can be found on the [docs page](https://https://streamtape.static.domains/). The whole structure of the API has been split into different classes for easy overview and usage.*
## Installation
Install With
```python3
pip3 install pystreamtape
```
## Usage
**General usage**
*Class start with follwing initialization :*
var=Streamtape('api_key','api_secret')
## General response
### For the general purpose of any response, the ApiResponse class has been created to return a dict with this structure
`
from streamtape import Streamtape
var=Streamtape('api_key','api_secret')
`
`
var.account_info()
`
`
var.download_ticket()
`
`
var.download_link()
`
`
var.file_info()
`
`
var.upload_file()
`
`
var.add_remote_upload()
`
`
var.remove_upload_upload()
`
`
var.cheak_upload_status()
`
`
var.list_of_files()
`
`
var.create_folder()
`
`
var.rename_folder()
`
`
var.delete_folder()
`
`
var.move_folder()
`
`
var.delete_file()
`
`
var.list_running_conversions()
`
`
var.list_of_confails()
`
`
var.list_of_finished_conversions()
`
`
var.list_of_conversion_formats()
`
`
var.convert_file()
`
`
var.cancel_conversion()
`
`
var.get_conversion_status()
`
`
var.get_conversion_formats()
`
`
var. get_thumbnail()
`
`
var.get_splash()
`
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
PyStreamtape-1.0.0.tar.gz
(16.4 kB
view details)
Built Distribution
File details
Details for the file PyStreamtape-1.0.0.tar.gz
.
File metadata
- Download URL: PyStreamtape-1.0.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2bbfb76153305c8db82bf03765f9369b3c098571984e1f9599b2a52c96095ac4
|
|
MD5 |
b9371312f071bb8316e01bf5c865abf1
|
|
BLAKE2b-256 |
cfa907e5752165e6bcebab072a8e5ceb5efad048e26f577741364afdd02da560
|
File details
Details for the file PyStreamtape-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PyStreamtape-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
061eebc7a955034756ecf325105d2bf81b11ce6ddad4ac9634a70278f3375086
|
|
MD5 |
1ed9cf95ae80bccc99abb233ffd72727
|
|
BLAKE2b-256 |
146bc8cccb568979a69281ba81d82bcc1235e88221127138f2030cc252819b42
|