{"id":15374920,"url":"https://github.com/puzza007/athop_transaction_scraper","last_synced_at":"2026-02-16T17:02:58.383Z","repository":{"id":37983486,"uuid":"142709159","full_name":"puzza007/athop_transaction_scraper","owner":"puzza007","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-29T00:18:54.000Z","size":162,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T01:51:05.085Z","etag":null,"topics":["athop","auckland-transport","scraper"],"latest_commit_sha":null,"homepage":null,"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/puzza007.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-28T20:48:14.000Z","updated_at":"2025-11-29T00:18:53.000Z","dependencies_parsed_at":"2025-04-15T15:13:15.143Z","dependency_job_id":"01bad396-8fb4-4396-8e65-b35b3605b61c","html_url":"https://github.com/puzza007/athop_transaction_scraper","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":"0.33999999999999997","last_synced_commit":"5098eecc348913276234315c9121b25b70682269"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/puzza007/athop_transaction_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Fathop_transaction_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Fathop_transaction_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Fathop_transaction_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Fathop_transaction_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puzza007","download_url":"https://codeload.github.com/puzza007/athop_transaction_scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzza007%2Fathop_transaction_scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29513435,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["athop","auckland-transport","scraper"],"created_at":"2024-10-01T14:00:10.870Z","updated_at":"2026-02-16T17:02:58.365Z","avatar_url":"https://github.com/puzza007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AT HOP Transaction Scraper\n\nAutomatically scrapes Auckland Transport HOP card transactions and stores them in SQLite with optional Slack notifications.\n\n## Quick Start\n\n```bash\n# Copy and edit environment variables\ncp .env.example .env\n# Edit .env with your credentials\n\n# Run with Docker\ndocker-compose up -d\n\n# View logs\ndocker-compose logs -f\n```\n\nYour data will be in `./data/athop.db`\n\n## Configuration\n\nAll configuration via `.env` file:\n\n**Required:**\n- `AT_USERNAME` - AT HOP account email\n- `AT_PASSWORD` - Account password\n- `AT_CARDS` - Card numbers (comma-separated, optional names: `123:Name,456:Other`)\n\n**Optional:**\n- `AT_PERIOD` - Scrape interval in seconds (default: 3600)\n- `AT_STARTUP_DELAY` - Initial delay in seconds (default: 60)\n- `AT_SLACK_API_TOKEN` - Slack bot token for notifications\n- `AT_SLACK_CHANNEL` - Slack channel (e.g., `#notifications`)\n\nSee `.env.example` for template.\n\n## Development\n\n```bash\n# Install dependencies\nuv sync\n\n# Run locally\nuv run python athop_transaction_scraper.py\n\n# Format and type check\nuv run black .\nuv run mypy athop_transaction_scraper.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzza007%2Fathop_transaction_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuzza007%2Fathop_transaction_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzza007%2Fathop_transaction_scraper/lists"}