Examples ======================= These examples demonstrate how to use the Cookie API. The API key should be defined in a ``.env`` file in the root of the project. .. literalinclude:: ../../examples/example.env :caption: .env Sync ---- .. literalinclude:: ../../examples/sync.py :language: python Async ----- .. literalinclude:: ../../examples/async.py :language: python Images ------ Retrieve images and use them with the pillow library. .. literalinclude:: ../../examples/images.py :language: python