Access aparat video sharing api
Project description
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:
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
aparat-python-0.0.2.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file aparat-python-0.0.2.tar.gz
.
File metadata
- Download URL: aparat-python-0.0.2.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9941c2cc305f2cc7b43ea15cb7e96ed5e09427014257bb49596a839ddb72dc00 |
|
MD5 | a5da09b03786ebf64f4617a9e9edc08e |
|
BLAKE2b-256 | 50f7eb92f1f601061369f1885f7f1b134286fa8a2e389ec6861f9e6d272c375f |
Provenance
File details
Details for the file aparat_python-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: aparat_python-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff0109f38cde50ffa3805dde4a5939842f165f3768479fa6c7fb6a2046ce7f0e |
|
MD5 | aeebd15185ad42ce709a921f7e81ded2 |
|
BLAKE2b-256 | 18de3e6e3b39de9e12c09ee9bac179d9f531492b9e03038b976497c03eab73ae |