Metadata-Version: 2.1
Name: turbobit-api
Version: 1.0.0
Summary: Unofficial python api wrapper from https://turbobit.net/
Home-page: https://github.com/DevCraftClub/TurboBitApi
Author: Maxim Harder
Author-email: dev@devcraft.club
Keywords: api turbobit file video hosting unlimited
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: python-fsutil

# Unofficial StreamTape API wrapper

It is a simple API wrapper for the streaming service streamtape.com. The API documentation can be found on the [docs page](https://devcraftclub.github.io/TurboBitApi/). The whole structure of the API has been split into different classes for easy overview and usage.

## Installation

Install with

```python3
pip install turbobit_api
```

## Usage

### General usage

Every class starts with following initialization:

```python3
my_var = selectedClass()
```

Or

```python3
my_var = selectedClass("API Key")
```

### Variables

Put in your environment variable `TURBOBIT_API` like you can see in .env file

Alternatively you can pass the key when class is initialized



## Changelog

### 1.0.0

- Initial release   
