{"id":16839610,"url":"https://github.com/stv0g/pushfin","last_synced_at":"2025-03-18T04:43:34.004Z","repository":{"id":57455580,"uuid":"126689854","full_name":"stv0g/pushfin","owner":"stv0g","description":"Publishes bank account statements via MQTT and Pushover.","archived":false,"fork":false,"pushed_at":"2023-12-01T08:31:28.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T17:19:20.418Z","etag":null,"topics":["fints","hbci","mqtt","pushover","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/stv0g.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-25T11:18:19.000Z","updated_at":"2020-01-08T16:08:04.000Z","dependencies_parsed_at":"2024-06-11T16:52:30.538Z","dependency_job_id":"822c1c32-1ccf-49fa-a054-c053abc0d2fb","html_url":"https://github.com/stv0g/pushfin","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"b041e28b5248d623f0b8d2fc58f01c73aa225703"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stv0g%2Fpushfin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stv0g%2Fpushfin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stv0g%2Fpushfin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stv0g%2Fpushfin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stv0g","download_url":"https://codeload.github.com/stv0g/pushfin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244159987,"owners_count":20408018,"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":["fints","hbci","mqtt","pushover","python"],"created_at":"2024-10-13T12:33:01.257Z","updated_at":"2025-03-18T04:43:33.983Z","avatar_url":"https://github.com/stv0g.png","language":"Python","readme":"# PushFin\n\n## Setup\n\n1. Install pushfin: `pip3 install pushfin`\n2. Create configuration file at: `~/.pushfin.yaml`. Take a look at the [example configuration](https://github.com/stv0g/pushfin/blob/master/etc/pushfin.yaml).\n3. Add pushfin to crontab: `crontab -e`:\n\n```\n12 * * * * pushfin\n````\n\n## Transaction fields for formatting\n\n### MT940\n\nStandard transaction data is parsed by the [`mt940` Python Module](https://github.com/WoLpH/mt940).\n\nCommon fields are listed below:\n\n| Formatting field\t\t\t\t| Example value | Description |\n| :--\t\t\t\t\t\t| :-- | :-- |\n| `trx[status]`\t\t\t\t\t| 'D' | 'D' = Debit, 'C' = Credit |\n| `trx[funds_code]`\t\t\t\t| None |\n| `trx[id]`\t\t\t\t\t| 'NMSC' |\n| `trx[customer_reference]`\t\t\t| None |\n| `trx[bank_reference]`\t\t\t\t| None |\n| `trx[extra_details]`\t\t\t\t| '' |\n| `trx[currency]`\t\t\t\t| 'EUR' |\n| `trx[date]`\t\t\t\t\t| | Unix Timestamp |\n| `trx[entry_date]`\t\t\t\t| | Unix Timestamp |\n| `trx[transaction_code]`\t\t\t| '020' |\n| `trx[posting_text]`\t\t\t\t| 'Überweisung' |\n| `trx[prima_nota]`\t\t\t\t| '006200' |\n| `trx[purpose]`\t\t\t\t| 'Kino Tickets' |\n| `trx[applicant_bin]`\t\t\t\t| 'PBNABSEEFXXX' |\n| `trx[applicant_iban]`\t\t\t\t| 'DE71235623523523523' |\n| `trx[applicant_name]`\t\t\t\t| 'Max Mustermann' |\n| `trx[return_debit_notes]`\t\t\t| None |\n| `trx[recipient_name]`\t\t\t\t| None |\n| `trx[additional_purpose]`\t\t\t| None |\n| `trx[gvc_applicant_iban]`\t\t\t| None |\n| `trx[gvc_applicant_bin]`\t\t\t| None |\n| `trx[end_to_end_reference]`\t\t\t| None |\n| `trx[additional_position_reference]`\t\t| None |\n| `trx[applicant_creditor_id]`\t\t\t| None |\n| `trx[purpose_code]`\t\t\t\t| None |\n| `trx[additional_position_date]`\t\t| None |\n| `trx[deviate_applicant]`\t\t\t| None |\n| `trx[deviate_recipient]`\t\t\t| None |\n| `trx[FRST_ONE_OFF_RECC]`\t\t\t| None |\n| `trx[old_SEPA_CI]`\t\t\t\t| None |\n| `trx[old_SEPA_additional_position_reference]` | None |\n| `trx[settlement_tag]`\t\t\t\t| None |\n| `trx[debitor_identifier]`\t\t\t| None |\n| `trx[compensation_amount]`\t\t\t| None |\n| `trx[original_amount]`\t\t\t| None |\n\n### Extra fields\n\nFor ease formatting, we extended the standard MT940 fields with the following helpers:\n\n| Formatting field\t\t\t\t| Example value | Description |\n| :--\t\t\t\t\t\t| :-- | :-- |\n| `trx[date_ts]`\t\t\t\t| 1525007188\t| A Unix timestamp of the `date` field |\n| `trx[date_fmt]`\t\t\t\t| '2018-04-28'\t| A formatted date of the `date` field |\n| `trx[entry_date_ts]`\t\t\t\t| 1525007188\t| A Unix timestamp of the `entry_date` field |\n| `trx[entry_date_fmt]`\t\t\t\t| '2018-04-28'\t| A formatted date of the `entry_date` field |\n| `trx[amout]`\t\t\t\t\t| -20.42\t| Just the amount of the transaction (see `amount`) |\n| `trx[dir]`\t\t\t\t\t| 'from'/'to'\t| |\n| `trx[color]`\t\t\t\t\t| '#009933'\t| |\n| `bal[amount]`\t\t\t\t\t| '3.52'\t| |\n| `bal[currency]`\t\t\t\t| 'EUR'\t\t| Current balance valuta |\n| `bal[date]`\t\t\t\t\t| '2018-03-23'\t| Balance currency |\n| `bal[date_fmt]`\t\t\t\t|\t\t| Date of last valuta |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstv0g%2Fpushfin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstv0g%2Fpushfin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstv0g%2Fpushfin/lists"}