Skip to content

ngshiheng/sbux

Repository files navigation

sbux

CI Semantic Release

sbux is an unofficial Starbucks Singapore (SG) Python SDK.

Installing

Install and update using pip;

pip install sbux

Example

from sbux import Starbucks


starbucks = Starbucks
starbucks.get_stores()
starbucks.get_menu_items(branch_code="13377")

See more examples.

Contributing

For guidance on setting up a development environment and how to make a contribution, see the contributing guidelines.