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
- Host: GitHub
- URL: https://github.com/krypton-byte/pinterest_video
- Owner: krypton-byte
- License: mit
- Created: 2020-11-28T03:06:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T04:02:02.000Z (over 5 years ago)
- Last Synced: 2025-02-26T05:06:54.020Z (over 1 year ago)
- Topics: pinterest, video
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```