streamtape-api-python
streamtape-api-python copied to clipboard
A Streamtape API wrapper written in Python
Streamtape API for Python
Streamtape is a service used for storing media with size up to 15GB.
Getting started
To use the API, you will need a Streamtape account and the API credentials.
You can get those at from https://streamtape.com/accpanel#accsettings
Documentation
You can find the whole documentation here: https://streamtape.com/api
Installation
1. Clone this repository to a folder
git clone https://github.com/scaldings/streamtape-api-python.git my_folder
2. Navigate to the folder and install it manually
cd my_folder
python setup.py build
python setup.py install