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

https://github.com/diwash007/YouTube-video-trimmer-and-uploader

Python program for YouTube video trimming and uploading using YouTube Data API
https://github.com/diwash007/YouTube-video-trimmer-and-uploader

python youtube youtube-api youtube-downloader youtube-uploader youtube-video-trimmer

Last synced: 5 months ago
JSON representation

Python program for YouTube video trimming and uploading using YouTube Data API

Awesome Lists containing this project

README

        

# YouTube-video-trimmer-and-uploader
Python program for YouTube video trimming and uploading using YouTube Data API

**Features:**
- YouTube Video download, trim and upload
- Local video trim and upload

# Prerequisties

- [Python](https://www.python.org/) 3.10.0
- Install [Imagemagick](https://imagemagick.org/script/download.php) with legacy utlities
- [Register your application with Google](https://developers.google.com/youtube/registering_an_application) and download [OAuth 2.0](http://oauth.net/2/) client_secrets.json file and move it into the root of the project

# Installation
Downloading files:
```
git clone diwash007/YouTube-video-trimmer-and-uploader
```
Installing requirements:
```
pip install -r requirements.txt
```

# Running
```
python3 main.py
```