-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fetch non-food product data from Open Product Facts & Open Beauty Facts #114
Comments
Status : not a priority, decided to concentrate our efforts on food products, while the OPF & OBF databases are revamped in 2024 Nevertheless, users are regularly adding non-food prices. It could be a good starting point to nudge users to add new products in the corresponding database 😉 |
Opened an issue in the Python package to figure out how to fetch easily the dumps of the other databases |
@raphael0202 is it possible to get dumps from OBF & co ? |
https://world.openbeautyfacts.org/data They should have similar URLS, but we probably don't have fancy new stuff like JSONL |
Ok cool ! Maybe i'll try to improve the I'll see if I manage to get something working. Issue opened : openfoodfacts/openfoodfacts-python#220 |
PR opened ! here: openfoodfacts/openfoodfacts-python#223 |
Story
Currently we consider that a new barcode is necessarily a food product, and we fetch its data from Open Food Facts.
What if a user scans a book ? or a boardgame ? or a deodorant ?
Solution
Sync with the OBF & OPF databases.
How to manage duplicates ? Or products that switch from one db to another ? Or are deleted ?
Extra info
The text was updated successfully, but these errors were encountered: