Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karim23657 committed Nov 17, 2023
1 parent 0c2d7af commit 60b02f7
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# AparatUploader
# AparatUploader

# How to use


clone repo :

```shell
git clone https://github.com/karim23657/AparatUploader
```

You need `cookies.txt` from your aparat account (use cookies.txt browser extention) :
```python
from AparatUploader.aparat import AparatUploader
ap = AparatUploader('cookies.txt')
ap.upload(
videopath='Yersinia enterobacterica.mp4',
title="عنوان فیلم",
description='''توضیحات''',
progress_callback=print
)
```

0 comments on commit 60b02f7

Please sign in to comment.