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

https://github.com/koeonyack/youtube-api-go

Go와 Youtube API 연동
https://github.com/koeonyack/youtube-api-go

Last synced: 3 months ago
JSON representation

Go와 Youtube API 연동

Awesome Lists containing this project

README

        

# Real-Time YouTube Monitoring System

--------

# Command

```
go mod init gitjhub.com/elliotforbes/youtube-stats
```

```
curl -i -G -d "id=UCxqfUjypVEXMJav6wkFPGlQ&part=statistics&key=AIzaSyDKUtPX-kHhcr6ynEYKPT92Sr_eVO0HJTU"
```

# Ref
- [Building a Real-Time YouTube Monitoring System with Go and WebSockets!](https://youtu.be/n3BQLHtsrkM)