https://github.com/roldanalex/Personal-Youtube-Dashboard
Personal Youtube Feed Dashboard using Youtube API and posit::connect
https://github.com/roldanalex/Personal-Youtube-Dashboard
api dashboard python r shiny-apps youtube
Last synced: 4 months ago
JSON representation
Personal Youtube Feed Dashboard using Youtube API and posit::connect
- Host: GitHub
- URL: https://github.com/roldanalex/Personal-Youtube-Dashboard
- Owner: roldanalex
- Created: 2023-08-12T18:30:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-13T16:08:30.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:11:04.421Z (8 months ago)
- Topics: api, dashboard, python, r, shiny-apps, youtube
- Language: R
- Homepage: https://alexis-roldan-ds.shinyapps.io/Personal-Youtube-Feed-Dashboard/
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - roldanalex/Personal-Youtube-Dashboard - Personal Youtube Feed Dashboard using Youtube API and posit::connect (R)
README
# Personal Youtube Feed Dashboard
**IMPORTANT:**
**Before cloning this repo and running the logic, please make sure to have a *Youtube API Key* and *AWS Secrets*.**# Overview
Interactive Youtube feed app developed using R/Shiny to show my daily Youtube feed. This personal dashboard refresh data daily.## Preview - Full Window
Please see below for screenshot of app web version.

## Preview - Mobile Version
Screenshot below show app mobile version.
## Configuration
Create a `.Renviron` file and store your **Youtube & AWS Keys.**
```shell
youtube_api_key <-
aws_secret_key <-
aws_key <-
```