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

Are recycling pieces of information present? Like waste or recycle. #9

Open
Benjamin-Loison opened this issue Dec 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Benjamin-Loison
Copy link
Owner

Benjamin-Loison commented Dec 29, 2023

As faced a French product telling to waste, while I would have said recycle.

Could look for recycling wording in my food database.

cut -d ',' -f1 food.csv | grep -v 'barcode' | sort | uniq -u | /usr/bin/paste -sd "," -
curl -s "https://world.openfoodfacts.org/api/v2/search?code=`cut -d ',' -f1 food.csv | grep -v 'barcode' | sort | uniq -u | /usr/bin/paste -sd "," -`" | python3 -m json.tool | grep -i recycl

Shows interesting occurrences.

7622210418821:

"non_recyclable_and_non_biodegradable_materials": 1,
"non_recyclable_and_non_biodegradable": "maybe"

is unclear.

image

Problem

Proposed solution

Additional context

Mockups

Part of

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant