A tool to help Youtubers to manage theirs video links.
This project started on the 4th edition of #umaStackQueNaodomino which we learned how to use [Youtube Data API] with Go. You can check clips and vods at Twitch.tv
Previous Editions's Programming Languages
- Typescript / Javascript with NodeJS (First Edition)
- Python (Second Edition)
- Flutter / Dart Third Edition
- Fork the project
- Create an ISSUE with your suggestion
- Write your code to address only the Issues scope
- Create a Pull Request and link to the Issues
- Wait for an approval
- Merge your Pull Request and close the Issues
- Write your code, Issues and Pull Requests in English
- Avoid big Pull Requests and split your work properly
Youtube API Developer Key: Check Getting Started
-
export YOUTUBE_DEVELOPER_KEY=YOUR_KEY
-
Generate your client_secret.json:
-
First, you must have the go compiler installed on your machine
-
Then, you must go to terminal and make:
cd youtuber-description-links
go get -v -t -d ./...
go run .
Note: On your first running, your must have copy the link appear on the terminal, open this on web browser, authorize access and copy authentication code and paste on the terminal.