Skip to main content

Unofficial python package to access Bring! shopping lists API.

Project description

Bring Shopping Lists API

An unofficial python package to access the Bring! shopping lists API.

This is a minimal python port of the node-bring-api by foxriver76. All credit goes to him for making this awesome API possible!

Disclaimer

The developers of this module are in no way endorsed by or affiliated with Bring! Labs AG, or any associated subsidiaries, logos or trademarks.

Installation

pip install python-bring-api

Usage Example

from python_bring_api.bring import Bring

# Create Bring instance with email and password
bring = Bring("EMAIL", "PASSWORD")
# Login
bring.login()

# Get information about all available shopping lists
lists = bring.loadLists()

# Save an item with specifications to a certain shopping list
bring.saveItem(lists['lists'][0]['listUuid'], 'Milk', 'low fat')

# Get all the items of a list
items = bring.getItems(lists['lists'][0]['listUuid'])
print(items['purchase']) # [{'specification': 'low fat', 'name': 'Milk'}]

# Remove an item from a list
bring.removeItem(lists['lists'][0]['listUuid'], 'Milk')

Changelog

1.0.2

Fixed error handling Added response return to login

1.0.1

Add github repo

1.0.0

Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-bring-api-1.1.2.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

python_bring_api-1.1.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file python-bring-api-1.1.2.tar.gz.

File metadata

  • Download URL: python-bring-api-1.1.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for python-bring-api-1.1.2.tar.gz
Algorithm Hash digest
SHA256 59a700af9df7c22b33569903380fa194e96a485c964ed3efcec33df8b32987f6
MD5 bfbd8ec328270abd5a0b73960e2d8987
BLAKE2b-256 8f9986df50678ee3ff968d78aa4db885ff3f70ebc41ad06b196bc4d56b10f58a

See more details on using hashes here.

File details

Details for the file python_bring_api-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for python_bring_api-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9c3eb9536064e3136959147ab86c1760999356e10a81e1c468cd3ce0e908811f
MD5 1b96401a2c0e4725f3615d316604bd39
BLAKE2b-256 562080adbe12ce26568d57805c0f7437a5b3267ec0388709e306cddfb62a7729

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page