Aparat Python API
Aparat (Persian: آپارات, Âpârât) is an Iranian video sharing service (source: wikipedia [1])
Features
- Login
- Profile
- Search
- Profile Categories
- Video
- Video Categories
- Video By User
- Comment By Video
- Video By Tag
- Upload Video
- Download Video
How to login
from aparat import Aparat
aparat = Aparat()
user = aparat.login('username', 'password')
How to upload a video
from aparat import Aparat
aparat = Aparat()
user = aparat.login(username, password)
form = aparat.uploadForm(user.username, user.ltoken)
video = aparat.uploadPost(
form=form,
video_path='video.mp4',
title='title',
category=10,
tags=['tag1', 'tag2', 'tag3'],
allow_comment=True,
descreption='desc',
video_pass=False
)
References:
Release files for aparat-python 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aparat-python-0.0.2.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aparat_python-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / aparat-python-0.0.2.tar.gz
| Download URL | aparat-python-0.0.2.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9941c2cc305f2cc7b43ea15cb7e96ed5e09427014257bb49596a839ddb72dc00
|
|
BLAKE2b-256 checksum How to use checksums |
50f7eb92f1f601061369f1885f7f1b134286fa8a2e389ec6861f9e6d272c375f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / aparat_python-0.0.2-py3-none-any.whl
| Download URL | aparat_python-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff0109f38cde50ffa3805dde4a5939842f165f3768479fa6c7fb6a2046ce7f0e
|
|
BLAKE2b-256 checksum How to use checksums |
18de3e6e3b39de9e12c09ee9bac179d9f531492b9e03038b976497c03eab73ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|