# Cryprum client, for Python 3


## 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": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "tiktok api, tiktok-api, tiktok",
"author": "Cryprum",
"author_email": "support@cryprum.com",
"download_url": "https://files.pythonhosted.org/packages/4e/42/367b7d130a1c5a3ba01721db1904057e1b713b67d8eb59a380cd716d0796/cryprum-1.0.1.tar.gz",
"platform": null,
"description": "# Cryprum client, for Python 3\n\n\n\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.1",
"project_urls": {
"Homepage": "https://cryprum.com"
},
"split_keywords": [
"tiktok api",
" tiktok-api",
" tiktok"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4e42367b7d130a1c5a3ba01721db1904057e1b713b67d8eb59a380cd716d0796",
"md5": "ebf1aa13715f0d34a94f98f52b4c3028",
"sha256": "a712e8c66d9cbdd19d0ebf0fe84e8d234cff30de0ed92767863b598119d01f0b"
},
"downloads": -1,
"filename": "cryprum-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ebf1aa13715f0d34a94f98f52b4c3028",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5502,
"upload_time": "2024-11-04T08:39:01",
"upload_time_iso_8601": "2024-11-04T08:39:01.309819Z",
"url": "https://files.pythonhosted.org/packages/4e/42/367b7d130a1c5a3ba01721db1904057e1b713b67d8eb59a380cd716d0796/cryprum-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 08:39:01",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "cryprum"
}