Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 525 Bytes

File metadata and controls

22 lines (20 loc) · 525 Bytes

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