https://github.com/ianbrault/nyt_recipe
Downloads recipes from the NYT Cooking website and converts them into an Apple Notes-compatible format
https://github.com/ianbrault/nyt_recipe
cooking python recipes
Last synced: 8 months ago
JSON representation
Downloads recipes from the NYT Cooking website and converts them into an Apple Notes-compatible format
- Host: GitHub
- URL: https://github.com/ianbrault/nyt_recipe
- Owner: ianbrault
- License: mit
- Created: 2021-05-02T01:36:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T01:11:14.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:38:59.374Z (9 months ago)
- Topics: cooking, python, recipes
- Language: Python
- Homepage:
- Size: 1.13 MB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 
`nyt_recipe` is a Python 3 script that is used to download recipes from
[NYT Cooking](https://cooking.nytimes.com/) and save them to a file in a format
that can be easily imported by Apple Notes.## Installation
`nyt_recipe` should be installed using `pip`:
```bash
$ python3 -m pip install nyt-recipe
```## Usage
Provide a URL or list of URLs to the script. The script will place the output
files in the `recipes` directory inside the current user's home directory, or
to the output directory specified by the `-o` argument.```bash
$ nyt_recipe https://cooking.nytimes.com/recipes/1020044-vegetable-paella-with-chorizo
Saved recipe "Vegetable Paella With Chorizo" to /Users/ianbrault/recipes/vegetable_paella_with_chorizo.html
```Then import the note into Apple Notes: "File > Import to Notes..."
