{"id":49954515,"url":"https://github.com/lcsrodriguez/ais-ws-feedhandler","last_synced_at":"2026-05-17T22:07:50.232Z","repository":{"id":181555436,"uuid":"664336515","full_name":"lcsrodriguez/AIS-ws-feedhandler","owner":"lcsrodriguez","description":"Python tool scraping and collecting terrestrial AIS streaming data (visualization, API usage tracking, ...)","archived":false,"fork":false,"pushed_at":"2023-10-27T03:43:43.000Z","size":905,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T14:22:36.173Z","etag":null,"topics":["ais","ais-data","streaming","tracking","vessels","webscraping","websockets"],"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/lcsrodriguez.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}},"created_at":"2023-07-09T16:59:27.000Z","updated_at":"2025-10-10T20:50:51.000Z","dependencies_parsed_at":"2023-12-19T07:50:41.662Z","dependency_job_id":null,"html_url":"https://github.com/lcsrodriguez/AIS-ws-feedhandler","commit_stats":{"total_commits":38,"total_committers":1,"mean_commits":38.0,"dds":0.0,"last_synced_commit":"c3ec8b60cfbeddb7c14ae037eafa0b28d8d770fe"},"previous_names":["lcsrodriguez/ais-ws-feedhandler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lcsrodriguez/AIS-ws-feedhandler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcsrodriguez%2FAIS-ws-feedhandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcsrodriguez%2FAIS-ws-feedhandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcsrodriguez%2FAIS-ws-feedhandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcsrodriguez%2FAIS-ws-feedhandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcsrodriguez","download_url":"https://codeload.github.com/lcsrodriguez/AIS-ws-feedhandler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcsrodriguez%2FAIS-ws-feedhandler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33157234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","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":["ais","ais-data","streaming","tracking","vessels","webscraping","websockets"],"created_at":"2026-05-17T22:07:47.009Z","updated_at":"2026-05-17T22:07:50.223Z","avatar_url":"https://github.com/lcsrodriguez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AIS WS feedhandler\n\n\u003cimg src=\"https://img.shields.io/static/v1?label=Languages\u0026message=Python\u0026color=ff0000\"/\u003e\u0026nbsp;\u003cimg src=\"https://img.shields.io/static/v1?label=Restriction\u0026message=NO\u0026color=26c601\"/\u003e ![GitHub release (latest by date)](https://img.shields.io/github/v/release/lcsrodriguez/AIS-ws-feedhandler) ![python version | 3.10+](https://img.shields.io/badge/Python%20version-3.10+-magenta) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![](https://img.shields.io/badge/Dependabot-enabled-blue)\n\n\n\n## Overview\n\nThis tool allows the user to **gather**, **store**, **process** and **track usage** of AIS data collection.\n\n\u003e *It can also be used to simulate a **real-time data source** to better handle streaming.*\n\nData provided by the **[AISStream.io](https://aisstream.io/)** API. \nTo use it, please sign up using your GitHub account [here](https://aisstream.io/authenticate). \n\nAISStream is used to:\n\u003e Track ship movements, monitor maritime accidents and discover ship's cargo...\n\nThe API offers access to various kind of messages for the AIS[^1] protocol:\n\u003e - Ship Property and Voyage Data\n\u003e - SAR Aircraft Position\n\u003e - Accident And Danger Reports\n\u003e - Binary Ship To Ship Messages\n\u003e - ...\n\n### Features\n\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Example\" width=\"750px\" src=\"assets/img/ex.png\"\u003e\n\u003c/p\u003e\n\n\n\n### Project's architecture\n\n```\n.\n├── AIS/\n│   ├── Config.py\n│   ├── Scraper.py\n│   ├── Usage.py\n│   ├── __init__.py\n│   ├── constants.py\n│   └── utils.py\n├── Makefile\n├── README.md\n├── assets/\n│   ├── _empty.config.toml\n│   └── img\n├── config.toml\n├── examples/\n│   └── script.py\n├── out/\n│   ├── cookies\n│   ├── plots\n│   └── usages\n├── requirements.txt\n└── setup.py\n```\n\nTo reproduce the file tree, run: `tree -L 2 -I '*.csv|*.log'`\n\n## Getting started\n\n```shell\ngit clone https://github.com/lcsrodriguez/AIS-ws-feedhandler.git\ncd AIS-ws-feedhandler/\n\npython3 -m venv .venv\nsource .venv/bin/activate\n\npip3 install -r requirements.txt\npip3 freeze\n\npython3 setup.py sdist bdist_wheel # Build the package from source\n```\n\nRun the example script:\n```\npython3 examples/script.py\n```\n\n\n### ``config.toml`` file structure\n\n```toml\n[local]\napi.secret_key = \"\u003cAISSTREAM API KEY HERE\u003e\"\ngh.username=\"\u003cGH_USERNAME HERE\u003e\"\ngh.password=\"\u003cGH_PASSWORS HERE\u003e\"\n\n[dev]\napi.secret_key = \"\"\n\n[uat]\napi.secret_key = \"\"\n\n[prod]\napi.secret_key = \"\"\n```\n\n## License\n\n[MIT](LICENSE)\n\n[^1]: AIS is a broadcast system that transmits the unique identification, position, course, and speed, on a vessel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcsrodriguez%2Fais-ws-feedhandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcsrodriguez%2Fais-ws-feedhandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcsrodriguez%2Fais-ws-feedhandler/lists"}