Giter Club home page Giter Club logo

clippercard-python's Introduction

image


image

clippercard is an unofficial web API to clippercard.com, written in Python.

Why

Not only is the clippercard web site a total UX/UI disaster, its behind-the-scene's HTML structure and HTTP protocol is a complete exercise in palmface. This library aims to provide an unofficial but sensible interface to the official web service.

Project Goal

I enjoy the actual user experience of ClipperCard on buses and trains. My complaints about the service are purely isolated to its web interface. I saw a problem, and I solved it for myself, that's all.

As an advocate for data accessibility, I believe our dollars, our votes, our voices and our actions can nudge institutions in the direction we'd like them to go. At Bay Area's Metropolitan Transportation Commission, I am sure there are a lot of great people doing good work to the best of their ability, and within the context of prioritization, organizational structure and resources available to them.

I encourage the staff of MTA reading this project to see this effort as a nudge for a public and official API. The moment they put up an API that obsoletes this project, I will happily direct followers to the official solution. If you'd like them to increase attention to data accessibility, you can send them an email at [email protected] and tell them I sent you.

Features

  • Profile Data
  • Multiple cards' data
  • For each card, multiple products and balances

I don't have access to all products loadable on the ClipperCard, so transit product variant support is limited to what I personally use for now. If you'd like me to add support for your product, send me the page source from your account home page

Security and Privacy

It's important to point out that:

  • This project does not collect your personal information or clippercard.com login credentials.
  • This project is not a hosted service, your data is not stored or sent to any 3rd party service.

For now, this project is targeted at other software developers, who are capable of assessing my source code for security implications.

Installation

To install clippercard, simply:

$ pip install clippercard

Usage

import clippercard
session = clippercard.Session(<username>, <password>)
print(session.user_profile)
for c in session.cards:
    print(c)

You also get a super convenient command line binary clippercard:

$ clippercard -h # see usage information

$ clippercard summary

+---------+-------------------------------------------+
|    name | JOHN SMITH                                |
|   email | [email protected]                        |
| address | 1 Main St, San Francisco, CA 94103        |
|   phone | 415-555-5555                              |
+---------+-------------------------------------------+
+---------------+------------+-------+--------+----------------+--------+
| Card          | Serial     | Type  | Status | Product        | Value  |
+---------------+------------+-------+--------+----------------+--------+
| GGB75         | 1234567890 | ADULT | Active | BART HVD 60/64 | $16.20 |
| GGB75         | 1234567890 | ADULT | Active | Cash value     | $32.40 |
| Standard Card | 1234567891 | ADULT | Active | Cash value     | $64.80 |
+---------------+------------+-------+--------+----------------+--------+

If you wish to use clippercard without specifying username/password on the CLI, create a file ~/.clippercardrc with this format:

[default]
username = [email protected]
password = superseekrit

You may toggle accounts via the --account flag on the command line to access one of several configs in the file:

[default]
username = <replace_with_your_email>
password = <replace_with_your_password>

[spare]
username = <replace_with_login_email>
password = <replace_with_login_password>

The spare credentials can then be accessed via:

$ clippercard summary --account=spare

Contribute

  1. fork the repo to your personal GitHub account
  2. make your changes in your repo
  3. for Python source, follow local style consistency and PEP8
  4. run pyflakes/frosted on your diffs
  5. add unit tests, make sure they pass =)
  6. remember to bump the version number wherever applies
  7. add a new line for your revision to CHANGES.txt describing your change
  8. send a pull request to https://github.com/clippercard/clippercard-python w/ explanation of problem statement and design decisions
  9. respond to all pull request code review requests in your branch and submit the requested changes in new commits
  10. communicate with the maintainers to merge the finalized pull request and publish your changes

clippercard-python's People

Contributors

anthonywu avatar drahamim avatar goldengate88 avatar markmark1 avatar streeter avatar thejsj avatar timroesner avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.