{"id":37095419,"url":"https://github.com/agiacomolli/go-inter","last_synced_at":"2026-01-14T11:45:39.668Z","repository":{"id":197512017,"uuid":"698792856","full_name":"agiacomolli/go-inter","owner":"agiacomolli","description":"Banco Inter Go client","archived":false,"fork":false,"pushed_at":"2023-10-06T01:40:04.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-10-06T02:26:40.574Z","etag":null,"topics":["banco","go","golang","inter"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agiacomolli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-01T01:39:38.000Z","updated_at":"2024-06-19T12:14:19.378Z","dependencies_parsed_at":"2024-06-19T12:14:14.085Z","dependency_job_id":"6f992f70-b8ad-4df2-959f-38ead124288c","html_url":"https://github.com/agiacomolli/go-inter","commit_stats":null,"previous_names":["agiacomolli/go-inter"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/agiacomolli/go-inter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agiacomolli%2Fgo-inter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agiacomolli%2Fgo-inter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agiacomolli%2Fgo-inter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agiacomolli%2Fgo-inter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agiacomolli","download_url":"https://codeload.github.com/agiacomolli/go-inter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agiacomolli%2Fgo-inter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["banco","go","golang","inter"],"created_at":"2026-01-14T11:45:39.168Z","updated_at":"2026-01-14T11:45:39.663Z","avatar_url":"https://github.com/agiacomolli.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banco Inter Go client\n\n## Building command line tools\n\n```sh\n$ go build ./cmd/inter-token\n$ go build ./cmd/inter-banking\n```\n\n## Authorize and get the user token\n\n```\n$ inter-token -scopes extrato.read -client-id \u003cyour client id\u003e -client-secret \u003cyour client secret\u003e --output-format info\ntoken     a1200a94-b847-4cda-a510-cc0b9c7182d4\ntype      Bearer\nexpires   2022-02-02T02:22:22-03:00\nscopes    extrato.read\n```\n\n\n## Use the banking tool\n\nShow the command help using `inter-banking --help`\n\n```\nUsage: inter-banking [OPTION...] \u003cCOMMAND\u003e\n\n  -h, --help                 give this help list\n  -c, --cert                 signed certificate file (default 'cert.crt')\n  -k, --key                  certificate private key file (default 'cert.key')\n  -t, --token                personal user token\n\n\nbalance                      get account balance\n\n  -d, --date                 balance date in the format YYYY-MM-DD (defaults to\n                             today)\n  -f, --output-format        the output format used to show balance; can be\n                             'short' (default) or 'full'\n\nstatement                    fetch account statements\n\n  -s, --start-date           statements start date in the format YYYY-MM-DD\n  -e, --end-date             statements end date in the format YYYY-MM-DD (defaults to\n                             today)\n```\n\n### Fetch account balances\n\n```\n$ inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --date 2022-02-02 --output-format full\nBalances at 2022-02-02\n\nAvailable                  143293.57\nLimit                           0.00\nOn hold                         0.00\nJudicially blocked              0.00\nAdministratively blocked        0.00\n```\n\n### List account statements\n\n```\n$ inter-banking --token a1200a94-b847-4cda-a510-cc0b9c7182d4 --start-date 2022-02-02 --end-date 2023-02-12\nStatements from 2022-02-02 to 2022-02-12\n\nDate             Value   Operation  Type           Title                   Description\n2022-02-02    22373.32   credit     transferencia  Transferência recebida  TED RECEBIDA - 001 BANCO 001 S.A.            \n2022-02-05    22300.00   debit      pix            Pix enviado             PIX ENVIADO - Cp :123456  \n2022-02-09     1000.00   debit      pix            Pix enviado             PIX ENVIADO - Cp :789012\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagiacomolli%2Fgo-inter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagiacomolli%2Fgo-inter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagiacomolli%2Fgo-inter/lists"}