An open API service indexing awesome lists of open source software.

https://github.com/krypton-byte/pinterest_video

Modul For Python
https://github.com/krypton-byte/pinterest_video

pinterest video

Last synced: 10 months ago
JSON representation

Modul For Python

Awesome Lists containing this project

README

          

Install

```bash
> sudo apt install ffmpeg
> pip3 install moviepy requests
```

Cara Pakai

```python
>> from pinterest_video import PIN
>> extract=PIN(url="")
>> download=pin.download()
>> download.write_videofile("hasil.mp4")
```