Skip to main content

Unoffical Starbucks API.

Project description

Unofficial Starbucks API.

This API is written in Python.

Only supports for Starbucks Korea.

Installation

You can install Starbucks with pip

$ pip install starbucks

Features

1. Login

You can login to Starbucks like:

from starbucks import Starbucks

starbucks = Starbucks()
starbucks.login('username', 'password')

2. Get My Card Information

You can get your card information like:

# You should know the registration number of your card.
# It is in the source code of Starbucks web page.
card = starbucks.get_card_info('0000000')

3. Logout

If you want to logout, just:

starbucks.logout()

Known Issues

  • After the first login, I can’t get the card information. But after logout, and login again, then finally I can get the card information.

  • Should I have to check if I logged in successfully like this?

To Do

  • Cards list

  • Card usage histories

  • and so on.

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

Starbucks-0.0.3.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file Starbucks-0.0.3.tar.gz.

File metadata

  • Download URL: Starbucks-0.0.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Starbucks-0.0.3.tar.gz
Algorithm Hash digest
SHA256 efcfb841359e125c3f32398fe969649b46d1a9ff5bbc9331d713cefeb5007054
MD5 7364d21cb92ec59f4c1a0d3d5be1364f
BLAKE2b-256 8503c1ad348d03dc0dc697703db70d32fc695689c7ba9a4594829dc3dda2afc1

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