Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 620 Bytes

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