{"id":15653702,"url":"https://github.com/alufers/paczkobot","last_synced_at":"2025-04-15T10:10:31.033Z","repository":{"id":48243859,"uuid":"341002536","full_name":"alufers/paczkobot","owner":"alufers","description":"A Telgram bot for sending notifications about shipments","archived":false,"fork":false,"pushed_at":"2024-06-18T19:47:02.000Z","size":818,"stargazers_count":29,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T10:10:01.340Z","etag":null,"topics":["dhl","dpd","inpost","paczkomaty","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","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/alufers.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":"2021-02-21T20:58:24.000Z","updated_at":"2025-03-25T02:48:21.000Z","dependencies_parsed_at":"2023-09-28T00:50:47.252Z","dependency_job_id":"af552ca5-4bc3-4cde-9803-5d9c7c8d7402","html_url":"https://github.com/alufers/paczkobot","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alufers%2Fpaczkobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alufers%2Fpaczkobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alufers%2Fpaczkobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alufers%2Fpaczkobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alufers","download_url":"https://codeload.github.com/alufers/paczkobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048738,"owners_count":21204306,"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":["dhl","dpd","inpost","paczkomaty","telegram","telegram-bot"],"created_at":"2024-10-03T12:46:39.959Z","updated_at":"2025-04-15T10:10:30.979Z","avatar_url":"https://github.com/alufers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# paczkobot\n\nA Telegram bot for tracking packages.\n\nSee it in action: [@paczko_bot](https://t.me/paczko_bot)\n\n## Features\n- [x] Track packages from these providers\n  - [x] dhl (requires API key)\n  - [x] ups\n  - [x] dpd.com.pl\n  - [x] poczta-polska\n  - [x] postnl\n  - [x] Inpost\n  - [x] gls\n  - [x] packeta\n  - [x] FedEx (Poland)\n  - [x] Geis (Poland)\n  - [x] Orlen\n  - [x] Deutsche Post\n- Follow packages and send notifications when a package status changes\n- Generate QR codes for InPost Paczkomaty\n- Automatically import packages from InPost Paczkomaty\n- Remotely open InPost Paczkomaty\n- Detect package barcodes in images\n\n\n## Screenshots\n\n![Screenshot](./docs/tracking.jpg)\n![Screenshot](./docs/barcode.png)\n![Screenshot](./docs/inpostopen.png)\n## Usage\n\nCreate a file called `paczkobot.yaml` looking like this:\n\n```yaml\ntelegram:\n  debug: false\n  username: paczko_bot\n  token: \"\u003ctelegram api key\u003e\"\ndb:\n  type: sqlite # or postgres\n  filename: paczkobot_dev.db # for sqlite\n  dsn: \"host=localhost user=gorm password=gorm dbname=gorm port=9920 sslmode=disable TimeZone=Europe/Warsaw\" # for postgres\ntracking:\n  providers:\n    dhl:\n      enable: false # register on the dhl developers webpage to enable\n      api_key: \"\u003cdhl api key\u003e\"\n    mock:\n      enable: false\n  automatic_tracking_check_interval: 20m0s\n  automatic_tracking_check_jitter: 7m0s\n  delay_between_packages_in_automatic_tracking: 1m0s\n  max_packages_per_automatic_tracking_check: 15\n  max_time_without_change: 336h0m0s\n\n```\n\nYou have to enter your telegram token there.\n\nThen you can run the bot as a Go program (`go run .`) or use the following `docker-compose.yml` file to run in docker:\n\n```\nversion: '3'\nservices:\n  paczkobot:\n    image: ghcr.io/alufers/paczkobot:latest\n    restart: unless-stopped\n    volumes:\n        - ./paczkobot-config.yaml:/etc/paczkobot/paczkobot.yaml\n```\n\nImages for x86_64 and aarch64 are provided.\n\n## Contributing\n\nContributions are welcome! Please open an issue or a pull request.\n\nPlease note that this repository uses [pre-commit](https://pre-commit.com/) to run some checks on the code before committing. You can install it with `pip install pre-commit` and then run `pre-commit install` to install the git hooks.\n\nThank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falufers%2Fpaczkobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falufers%2Fpaczkobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falufers%2Fpaczkobot/lists"}