Coder Social home page Coder Social logo

swadhinbiswas / streamtape Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 1.61 MB

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

Home Page: https://streamtape.static.domains/

License: GNU General Public License v3.0

Python 100.00%
api hosting streamtape streamtape-downloader streamtape-uploader video

streamtape's Introduction

Unoffical Streamtape API Wrapper

Screenshot from 2024-04-27 03-24-10

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

Screenshot from 2024-04-27 03-24-24

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()

streamtape's People

Contributors

swadhinbiswas avatar

Stargazers

 avatar TheBoringRats avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.