Streamtape
Streamtape tries to give the user the best experience you can get on a video sharing website.
Install / Use
/learn @swadhinbiswas/StreamtapeREADME
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. The whole structure of the API has been split into different classes for easy overview and usage.
Installation
Install With
pip3 install pystreamtape
Usage
General usage
{
"status": <status-code>,
"msg": "<informational message. might vary, use the status code in your code!>",
"result": <result of the request. varies depending on the request>
}
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 pystreamtape.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()
Related Skills
gh-issues
349.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
oracle
349.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
taskflow-inbox-triage
349.9kname: taskflow-inbox-triage description: Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some w
taskflow
349.9kname: taskflow description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layer
