Scrape cocktail recipes from YouTube video descriptions.
cargojustpandocpython
just bootstrap# Your YouTube Data API v3 key here (perhaps from a dotenv)
export API_KEY=myapikeyhere
just
open build/recipes.html- Enable Google Drive API access for your app.
- Download your app's OAuth 2.0 Client ID to a
file
credentials.jsonin this project's directory.
just update-db
Run all tests, lints, and typechecks with the following command.
just testFor individual checks, you can run just lint, just typecheck, or
just pytest.
This is an unofficial tool for extracting publicly available YouTube data and is not affiliated with or endorsed by The Educated Barfly, YouTube, or Google. Content remains owned by its creators. Use only in compliance with applicable laws and service terms. You provide your own API credentials and assume all usage costs.