turbobit-api


Nameturbobit-api JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/DevCraftClub/TurboBitApi
SummaryUnofficial python api wrapper from https://turbobit.net/
upload_time2023-09-07 19:30:45
maintainer
docs_urlNone
authorMaxim Harder
requires_python
license
keywords api turbobit file video hosting unlimited
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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   

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DevCraftClub/TurboBitApi",
    "name": "turbobit-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "api turbobit file video hosting unlimited",
    "author": "Maxim Harder",
    "author_email": "dev@devcraft.club",
    "download_url": "https://files.pythonhosted.org/packages/84/1d/dbf8499f9ef22ee43a54b514f7291062de3025c86d0564e056849da7414d/turbobit_api-1.0.0.tar.gz",
    "platform": null,
    "description": "# Unofficial StreamTape API wrapper\r\n\r\nIt 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.\r\n\r\n## Installation\r\n\r\nInstall with\r\n\r\n```python3\r\npip install turbobit_api\r\n```\r\n\r\n## Usage\r\n\r\n### General usage\r\n\r\nEvery class starts with following initialization:\r\n\r\n```python3\r\nmy_var = selectedClass()\r\n```\r\n\r\nOr\r\n\r\n```python3\r\nmy_var = selectedClass(\"API Key\")\r\n```\r\n\r\n### Variables\r\n\r\nPut in your environment variable `TURBOBIT_API` like you can see in .env file\r\n\r\nAlternatively you can pass the key when class is initialized\r\n\r\n\r\n\r\n## Changelog\r\n\r\n### 1.0.0\r\n\r\n- Initial release   \r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Unofficial python api wrapper from https://turbobit.net/",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/DevCraftClub/TurboBitApi"
    },
    "split_keywords": [
        "api",
        "turbobit",
        "file",
        "video",
        "hosting",
        "unlimited"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80854dd6d1c7e4e9a31ff155692f0d2cd5aa808c13115e9009d2c0dc78ca24cc",
                "md5": "aeeb1ec86bfb996abb27e73d3ec2ea84",
                "sha256": "489b2f1cf2f474ff5c9ae64f069e5b1cdd061bf23a9bef0ee3f888ebac280ef4"
            },
            "downloads": -1,
            "filename": "turbobit_api-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aeeb1ec86bfb996abb27e73d3ec2ea84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14703,
            "upload_time": "2023-09-07T19:30:41",
            "upload_time_iso_8601": "2023-09-07T19:30:41.336557Z",
            "url": "https://files.pythonhosted.org/packages/80/85/4dd6d1c7e4e9a31ff155692f0d2cd5aa808c13115e9009d2c0dc78ca24cc/turbobit_api-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "841ddbf8499f9ef22ee43a54b514f7291062de3025c86d0564e056849da7414d",
                "md5": "9bea3088f14f6e59be25a86c791c228d",
                "sha256": "64fd2f6b4cec89ef15ada24a0feb6591a0410b57fb8ecdec23a382c4dcb0f206"
            },
            "downloads": -1,
            "filename": "turbobit_api-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9bea3088f14f6e59be25a86c791c228d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14618,
            "upload_time": "2023-09-07T19:30:45",
            "upload_time_iso_8601": "2023-09-07T19:30:45.010318Z",
            "url": "https://files.pythonhosted.org/packages/84/1d/dbf8499f9ef22ee43a54b514f7291062de3025c86d0564e056849da7414d/turbobit_api-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 19:30:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DevCraftClub",
    "github_project": "TurboBitApi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "turbobit-api"
}
        
Elapsed time: 0.14009s