coolbot/README.md
2024-07-28 23:28:21 +08:00

12 lines
235 B
Markdown

To get started, run the following:
```
$ nix develop
$ poetry run python -m coolbot
```
foods.json:
```sh
curl -L 'https://github.com/eryk/easy_recipe/raw/master/recipe/meishichina.json' | jq '[.[] | {title, url}]' > foods.json
```