Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Youtube Video Uploads #18

Closed
serafdev opened this issue Sep 30, 2023 · 1 comment
Closed

Automated Youtube Video Uploads #18

serafdev opened this issue Sep 30, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@serafdev
Copy link
Member

Feature: Upload newly recorded videos (private visibility, backlog playlist)

@serafdev serafdev added the enhancement New feature or request label Sep 30, 2023
@serafdev serafdev self-assigned this Sep 30, 2023
serafdev added a commit that referenced this issue Sep 30, 2023
yt-upload provides an automated video uploader based on new videos added
to a file

https://github.com/fsnotify/fsnotify to detect newly created
files

To insert new files upload() uses the following 2 apis:
- https://developers.google.com/youtube/v3/docs/videos/insert to add a
  new video to the channel
- https://developers.google.com/youtube/v3/docs/playlistItems/insert to
  mv the video to the backlog (PL1PP365t1jqj2xSIjh17vIB4tmDfJwJDQ) list

Current limitation is having 10k rate limiting where Video.Insert uses
1600 and PlaylistItem.Insert uses 50

Issue #18
@serafdev
Copy link
Member Author

serafdev commented Oct 8, 2023

This is done, to run:

go run ./cmd/yt-uploader-v2/main.go

@serafdev serafdev closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant