cryprum


Namecryprum JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://cryprum.com
SummaryCryprum client, for Python 3.
upload_time2023-08-23 09:17:09
maintainer
docs_urlNone
authorCryprum
requires_python>=3.8
licenseMIT
keywords tiktok api tiktok-api tiktok
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cryprum client, for Python 3

![PyPI](https://img.shields.io/pypi/v/cryprum)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cryprum)

## Installation

```
pip install cryprum
```

## Usage

Create a token https://cryprum.com/tokens and copy "Access key"

```python
from cryprum import Client

cl = Client(token="<ACCESS_KEY>")
```

```python
from cryprum import AsyncClient

cl = AsyncClient(token="<ACCESS_KEY>")
```

## Run tests

```
CRYPRUM_TOKEN=<token> pytest -v tests.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://cryprum.com",
    "name": "cryprum",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tiktok api,tiktok-api,tiktok",
    "author": "Cryprum",
    "author_email": "support@cryprum.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/3f/849c0fbd041ae7bccb50ac975269f1f2db169cea506b70593dc93f98a5e7/cryprum-1.0.0.tar.gz",
    "platform": null,
    "description": "# Cryprum client, for Python 3\n\n![PyPI](https://img.shields.io/pypi/v/cryprum)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cryprum)\n\n## Installation\n\n```\npip install cryprum\n```\n\n## Usage\n\nCreate a token https://cryprum.com/tokens and copy \"Access key\"\n\n```python\nfrom cryprum import Client\n\ncl = Client(token=\"<ACCESS_KEY>\")\n```\n\n```python\nfrom cryprum import AsyncClient\n\ncl = AsyncClient(token=\"<ACCESS_KEY>\")\n```\n\n## Run tests\n\n```\nCRYPRUM_TOKEN=<token> pytest -v tests.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Cryprum client, for Python 3.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://cryprum.com"
    },
    "split_keywords": [
        "tiktok api",
        "tiktok-api",
        "tiktok"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e73f849c0fbd041ae7bccb50ac975269f1f2db169cea506b70593dc93f98a5e7",
                "md5": "bbdf70b328c2fb407e6700d2d89b64cd",
                "sha256": "2cf70cf8e9bcc142a02182afe5d3729c9e54b3ac3b67f590acda687a2a7d9c20"
            },
            "downloads": -1,
            "filename": "cryprum-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bbdf70b328c2fb407e6700d2d89b64cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3330,
            "upload_time": "2023-08-23T09:17:09",
            "upload_time_iso_8601": "2023-08-23T09:17:09.471762Z",
            "url": "https://files.pythonhosted.org/packages/e7/3f/849c0fbd041ae7bccb50ac975269f1f2db169cea506b70593dc93f98a5e7/cryprum-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-23 09:17:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cryprum"
}
        
Elapsed time: 0.10537s