https://github.com/ngshiheng/sbux
An unofficial Starbucks Singapore software development kit (SDK)
https://github.com/ngshiheng/sbux
python sdk-python starbucks
Last synced: 7 months ago
JSON representation
An unofficial Starbucks Singapore software development kit (SDK)
- Host: GitHub
- URL: https://github.com/ngshiheng/sbux
- Owner: ngshiheng
- License: mit
- Created: 2022-12-29T10:06:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T06:38:52.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:08:56.544Z (over 1 year ago)
- Topics: python, sdk-python, starbucks
- Language: Python
- Homepage: https://pypi.org/project/sbux
- Size: 144 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# sbux
[](https://github.com/ngshiheng/sbux/actions/workflows/ci.yml)
[](https://github.com/ngshiheng/sbux/actions/workflows/release.yml)`sbux` is an unofficial Starbucks Singapore (SG) Python SDK.
## Installing
Install and update using `pip`;
```sh
pip install sbux
```## Example
```python
from sbux import Starbucksstarbucks = Starbucks
starbucks.get_stores()
starbucks.get_menu_items(branch_code="13377")
```See more [examples](./examples/).
## Contributing
For guidance on setting up a development environment and how to make a contribution, see the [contributing guidelines](./docs/CONTRIBUTING.md).