coolbot/README.md

14 lines
256 B
Markdown
Raw Normal View History

2024-07-28 02:32:18 +00:00
To get started, run the following:
```
$ nix develop
$ poetry run python -m sample_package
Hello, world!
```
foods.json:
```sh
curl -L 'https://github.com/eryk/easy_recipe/raw/master/recipe/meishichina.json' | jq '[.[] | {title, url}]' > foods.json
```