{"id":30751324,"url":"https://github.com/strike24/israel_bus_cli","last_synced_at":"2025-09-04T07:47:12.295Z","repository":{"id":311886508,"uuid":"1045247319","full_name":"Strike24/israel_bus_cli","owner":"Strike24","description":"A Command Line Interface for accessing real-time bus information in Israel. 🚌","archived":false,"fork":false,"pushed_at":"2025-08-27T09:10:11.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-27T16:39:49.404Z","etag":null,"topics":["gtfs","hebrew","israel-buses","public-transport","siri","transit"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/israel-bus-cli","language":"Python","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/Strike24.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,"zenodo":null}},"created_at":"2025-08-26T21:50:31.000Z","updated_at":"2025-08-27T09:10:14.000Z","dependencies_parsed_at":"2025-08-27T16:45:08.464Z","dependency_job_id":"429ada26-551f-4645-8077-6ff1adb2f8b0","html_url":"https://github.com/Strike24/israel_bus_cli","commit_stats":null,"previous_names":["strike24/israel_bus_cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Strike24/israel_bus_cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strike24%2Fisrael_bus_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strike24%2Fisrael_bus_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strike24%2Fisrael_bus_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strike24%2Fisrael_bus_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Strike24","download_url":"https://codeload.github.com/Strike24/israel_bus_cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Strike24%2Fisrael_bus_cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273574142,"owners_count":25129882,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gtfs","hebrew","israel-buses","public-transport","siri","transit"],"created_at":"2025-09-04T07:47:04.024Z","updated_at":"2025-09-04T07:47:12.282Z","avatar_url":"https://github.com/Strike24.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Israel Bus CLI 🚌🚍\nCLI \u0026 Python API for searching Israeli bus stops and realtime line arrival info (unofficial, uses public Web endpoints).\n\n## Install\n\n```\npip install israel-bus-cli\n```\n\n## Quick usage (CLI)\n\nSearch address and list nearby stops (JSON):\n```\nisrael-bus --address \"דיזינגוף 220 תל אביב\" --list-stops --json\n```\n\nGet lines for the first (nearest) stop, filter line 12:\n```\nisrael-bus --address \"דיזינגוף 220 תל אביב\" --first-stop --line 12\n```\n\nDirect by stop id:\n```\nisrael-bus --stop-id 26629 --line 12 --json\n```\n\nInteractive mode (no flags):\n```\nisrael-bus\n```\n\n## Python API\n```python\nfrom israel_bus_cli import search_address, get_stops_near_location, get_lines_by_stop\n\naddr = search_address(\"דיזינגוף 220 תל אביב\")[0]\nlat, lon = float(addr['lat']), float(addr['lon'])\nstops = get_stops_near_location(lat, lon)\nlines = get_lines_by_stop('26629')\n```\n\n## Disclaimer\nNot affiliated with official transit authorities. API structure may change.\n\n## License\nMIT\n\n\n## Development\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrike24%2Fisrael_bus_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrike24%2Fisrael_bus_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrike24%2Fisrael_bus_cli/lists"}