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

YouTube video data extractor #105

Open
practicalli-johnny opened this issue Dec 7, 2021 · 0 comments
Open

YouTube video data extractor #105

practicalli-johnny opened this issue Dec 7, 2021 · 0 comments
Labels

Comments

@practicalli-johnny
Copy link
Contributor

A command line too to pull data about videos in a particular playlist or channel, to be used in n a ClojureScript Landing page (or similar video preview)

Access to the YouTube API requires a developer token (from what I remember), so a CLI should pick that us from an environment variable
(One reason why this is a CLI tool, so the token isn't exposed in a ClojureScript site on GitHub)
Although, it could be added as a GitHub secret?

All the required data would be acquired and made available in Clojure (End) format.

Then this data can be committed into the GitHub project and used to show video thumbnails and other titles

Alternatively, make a REPL driven tool, creating a little library that could be added to the user namespace of a (landing page) project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant