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
- Host: GitHub
- URL: https://github.com/diwash007/YouTube-video-trimmer-and-uploader
- Owner: diwash007
- Created: 2021-08-13T15:31:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T12:36:00.000Z (over 2 years ago)
- Last Synced: 2024-08-09T13:13:50.805Z (9 months ago)
- Topics: python, youtube, youtube-api, youtube-downloader, youtube-uploader, youtube-video-trimmer
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```