pip3 install streamsbpy
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 (C) 2021 Code-xed https://github.com/Code-xed
- Licensed under the terms of the GNU Lesser General Public License v3 or later (LGPLv3+)
- streamsb.com
- myself(🤔)