Tool for parse tiktok data
Project description
aiotiktok
aiotiktok is a super simple and fast library for retrieving all video data from TikTok.
Simple Request
import asyncio
from aiotiktok.client import TikTokClient
async def main():
client = TikTokClient()
await client.get_video_data(video_id="7349190849017744646")
await client.close()
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiotiktok-3.0.0.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiotiktok-3.0.0.tar.gz.
File metadata
- Download URL: aiotiktok-3.0.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a38d795fe35a0d9b40bf450e025b913984de772771eb3e1a797a1bc4d58cd43
|
|
| MD5 |
df38dc60bd429ce65d34c7275de05149
|
|
| BLAKE2b-256 |
4d4bfa6f7ee4d5d66246ba60d4237500321a9c4d21441034d02729c3b82e52a7
|
File details
Details for the file aiotiktok-3.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: aiotiktok-3.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
194e2d668e0771c771c53289550bb58121a88873bfef1c23d7b590203f7cb037
|
|
| MD5 |
d3afb3c8f295d657bd1506c4b0afeb77
|
|
| BLAKE2b-256 |
2c33398c94b4b7cabb8284f26f38f18559efc6ff85651d77147b00e64e49b2d9
|