{"id":17138416,"url":"https://github.com/kevinburke/clipper","last_synced_at":"2026-03-03T03:37:59.501Z","repository":{"id":57552767,"uuid":"121217378","full_name":"kevinburke/clipper","owner":"kevinburke","description":"API for retrieving Clipper Card data (and parsing Clipper Transactions)","archived":false,"fork":false,"pushed_at":"2021-12-02T17:55:37.000Z","size":3539,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T09:32:15.225Z","etag":null,"topics":["client","clipper","clippercard","csv","golang"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/kevinburke/clipper","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinburke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-12T08:01:20.000Z","updated_at":"2025-01-05T07:12:15.000Z","dependencies_parsed_at":"2022-09-26T18:50:53.040Z","dependency_job_id":null,"html_url":"https://github.com/kevinburke/clipper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Fclipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Fclipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Fclipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Fclipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinburke","download_url":"https://codeload.github.com/kevinburke/clipper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","clipper","clippercard","csv","golang"],"created_at":"2024-10-14T20:09:35.608Z","updated_at":"2026-03-03T03:37:54.471Z","avatar_url":"https://github.com/kevinburke.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clipper API\n\nUse this tool to download data about your Cards, as well as transaction history\nfor each card.\n\n## Usage\n\n```go\nclient := clipper.NewClient(\"email\", \"password\")\n// You can only access this page twice per day, per Clipper.\ntransactions := client.Transactions(context.TODO())\nfor card := range transactions {\n\tfmt.Println(\"nickname:\", card.Nickname)\n\tfmt.Printf(\"txns: %#v\\n\", transactions[card].Transactions\n}\n```\n\n## PDF-to-CSV\n\nYou can run a server that converts PDF's to CSV files; it's the one that runs at\n[clipper-csv.appspot.com](https://clipper-csv.appspot.com).\n\n```\nmake serve\n```\n\n## Install\n\nUse \"go get\" to install the server.\n\n```\ngo get github.com/kevinburke/clipper/...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinburke%2Fclipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinburke%2Fclipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinburke%2Fclipper/lists"}