pull/658/merge
Vlad 2 years ago committed by GitHub
commit 4cc9f9270e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,32 @@
# Youtube Video Uploader
**Tier:** 2-Intermediate
Application where user can upload videos on the YouTube via API
## User Stories
- [ ] User can see page with elements for entering video description, title, categories and tags fields where he can type all related data
- [ ] By pressing upload button video going to be uploaded to the his channel
- [ ] User can choose uploading without thumbnail by marking checkbox
- [ ] User can set video privacy (publc, private, etc.)
- [ ] After closing program, video uploading should be terminated and connection with API should be closed
## Bonus features
- [ ] Form is locked if no video is selected
- [ ] User can add channel link on which channel should be uploaded video (on one authorized account could be multiple channels)
- [ ] User can crop video directly in the application.
- [ ] User can see all exisiting categories in the combobox
- [ ] User can filter tags by popularity
## Useful links and resources
- [Tutorial how to get Youtube API](https://blog.hubspot.com/website/how-to-get-youtube-api-key)
- [YouTube API Wrapper](https://github.com/yulian-titov/youtube-mass-uploader)
## Example projects
- [YouTube Video Uploader made with Avalonia](https://github.com/curiousvlxd/YouTube-Video-Uploader-Avalonia) by [curiousvlxd](https://github.com/curiousvlxd)
- [YouTube Video Uploader made with WPF](https://github.com/curiousvlxd/YouTube-Video-Uploader-WPF) by [curiousvlxd](https://github.com/curiousvlxd)
- [YouTube Bulk Upload UI - Lazy Edition](https://github.com/staafl/youtube-bulk-upload-ui) by [stafl](https://github.com/staafl)

@ -116,6 +116,7 @@ required to complete them.
| [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate |
| [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |
| [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate |
| [Youtube Video Uploader](./Projects//2-Intermediate/YT-Video-Uploader.md) | Upload Videos on YouTube | 2-Intermediate |
### Tier-3: Advanced Projects

Loading…
Cancel
Save