{"id":15893534,"url":"https://github.com/multimeric/afltablesscraper","last_synced_at":"2025-08-14T07:32:47.803Z","repository":{"id":85377148,"uuid":"131493393","full_name":"multimeric/AflTablesScraper","owner":"multimeric","description":"A python scraper for the AFL Tables website","archived":false,"fork":false,"pushed_at":"2021-05-12T11:31:28.000Z","size":374,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T14:53:55.435Z","etag":null,"topics":["data-science","scraper"],"latest_commit_sha":null,"homepage":"https://multimeric.github.io/AflTablesScraper","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multimeric.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2018-04-29T12:39:37.000Z","updated_at":"2025-03-25T12:12:45.000Z","dependencies_parsed_at":"2023-03-16T12:45:37.291Z","dependency_job_id":null,"html_url":"https://github.com/multimeric/AflTablesScraper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/multimeric/AflTablesScraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FAflTablesScraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FAflTablesScraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FAflTablesScraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FAflTablesScraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multimeric","download_url":"https://codeload.github.com/multimeric/AflTablesScraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multimeric%2FAflTablesScraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270384310,"owners_count":24574528,"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-08-14T02:00:10.309Z","response_time":75,"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":["data-science","scraper"],"created_at":"2024-10-06T08:11:40.747Z","updated_at":"2025-08-14T07:32:47.547Z","avatar_url":"https://github.com/multimeric.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"AFL Tables Scraper\n==================\n\nThe AFL Tables Scraper is a Python package and command-line executable that downloads Australian Football League (AFL)\nmatch data from the fantastic database `AFL Tables \u003chttps://afltables.com/afl/afl_index.html\u003e`_, and outputs it in\na structured, machine-readable form.\n\nFull documentation available on `Github Pages \u003chttps://multimeric.github.io/AflTablesScraper\u003e`_\n\nInstallation\n------------\nNote that this module requires python 3.5 and above\n\nInstall using:\n\n.. code-block:: bash\n\n    pip install afl_tables\n\nPython Usage\n------------\n\nThe AFL Tables module can be used to scrape matches as follows:\n\n.. code-block:: python\n\n    from afl_tables import MatchScraper\n\n    # Make a scraper for a particular year (2015)\n    rounds = MatchScraper.scrape(2015)\n\n\nSee the docs on `Round \u003chttps://tmiguelt.github.io/AflTablesScraper#afl_tables.Round\u003e`_ for more information on how to use this object\n\nCLI Usage\n---------\nThe AFL Tables module also creates a command-line script called ``afltables``, which can be used to scrape data outside\nof a python script. Usage is as follows\n\n.. code-block:: none\n\n    usage: Scrapes the AFL Tables website and returns JSON data representing the matches\n       [-h] year\n\n    positional arguments:\n      year        The year to scrape\n\n    optional arguments:\n      -h, --help  show this help message and exit\n\nChangelog\n_________\n\n0.0.2\n~~~~~\n* Fix for missing fields in the attendees/date/venue part of the table, for example in 2020\n* Added some tests for the package\n\n0.0.1\n~~~~~\n* Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fafltablesscraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultimeric%2Fafltablesscraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultimeric%2Fafltablesscraper/lists"}