Skip to content

Code-xed/streamsbpy

Repository files navigation

A Simple Python Wrapper For The StreamSB API

Requirements

Installation

pip3 install streamsbpy

Usage

from streamsbpy import StreamSB
key = "abc123" #API_KEY from streamsb.com
ob = StreamSB(key)

#Upload Gdrive link
ob.upload_url("https://drive.google.com/v1/testfile")

Copyright & License

Credits

  • streamsb.com
  • myself(🤔)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages