Difference between revisions of "API/Python"

From Open Food Facts wiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Documentation of the Python bindings
 
Documentation of the Python bindings
  
== Source code ==  
+
== Online API==
 
+
https://github.com/openfoodfacts/openfoodfacts-python
== How to install ==
+
This has recently been enriched using code from Robotoff.
 
+
== Offline API (proxy)==
== How to use ==
+
=== Source code ===
 +
https://github.com/openfoodfacts/OpenFoodFacts-APIRestPython
 +
=== How to use ===
 +
[[Category:API]]

Latest revision as of 14:35, 5 September 2023

Documentation of the Python bindings

Online API

https://github.com/openfoodfacts/openfoodfacts-python This has recently been enriched using code from Robotoff.

Offline API (proxy)

Source code

https://github.com/openfoodfacts/OpenFoodFacts-APIRestPython

How to use