{"id":15447494,"url":"https://github.com/datadavev/smcat","last_synced_at":"2025-10-07T10:19:05.581Z","repository":{"id":43663497,"uuid":"402102605","full_name":"datadavev/smcat","owner":"datadavev","description":"Sitemap cat","archived":false,"fork":false,"pushed_at":"2023-01-05T20:39:40.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T09:27:25.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/datadavev.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}},"created_at":"2021-09-01T15:03:45.000Z","updated_at":"2022-02-25T02:51:04.000Z","dependencies_parsed_at":"2023-02-04T15:31:20.258Z","dependency_job_id":null,"html_url":"https://github.com/datadavev/smcat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadavev%2Fsmcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadavev%2Fsmcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadavev%2Fsmcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadavev%2Fsmcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datadavev","download_url":"https://codeload.github.com/datadavev/smcat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245999318,"owners_count":20707554,"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":[],"created_at":"2024-10-01T20:06:11.300Z","updated_at":"2025-10-07T10:19:00.535Z","avatar_url":"https://github.com/datadavev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smcat\nSitemap cat\n\n```\nsmcat \"https://www.bco-dmo.org/sitemap.xml\" -d \"sqlite:///bco-dmo.db\"\n```\n\n```\nsqlite\u003e .schema\nCREATE TABLE sitemapindex (\n\tt_created DATETIME,\n\tt_updated DATETIME,\n\tlastmod DATETIME,\n\tproperties JSON,\n\tloc VARCHAR NOT NULL,\n\tsource VARCHAR,\n\tPRIMARY KEY (loc),\n\tFOREIGN KEY(source) REFERENCES sitemapindex (loc)\n);\nCREATE TABLE sitemapentry (\n\tt_created DATETIME,\n\tt_updated DATETIME,\n\tlastmod DATETIME,\n\tproperties JSON,\n\tloc VARCHAR NOT NULL,\n\tpriority FLOAT,\n\tsource VARCHAR,\n\tchangefreq VARCHAR,\n\tPRIMARY KEY (loc),\n\tFOREIGN KEY(source) REFERENCES sitemapindex (loc)\n);\n\nsqlite\u003e select lastmod, source, loc from sitemapindex;\n2022-01-03 17:00:00.000000|https://www.bco-dmo.org/sitemap.xml|http://www.bco-dmo.org/sitemap.xml?page=1\n2022-01-03 17:00:00.000000|https://www.bco-dmo.org/sitemap.xml|http://www.bco-dmo.org/sitemap.xml?page=2\n\nsqlite\u003e select lastmod, priority, loc from sitemapentry where source='http://www.bco-dmo.org/sitemap.xml?page=2' limit 5;\n2012-11-05 17:06:00.000000||http://www.bco-dmo.org/award/54613\n2016-08-20 03:10:00.000000|0.9|http://www.bco-dmo.org/dataset/546131\n2012-11-05 17:06:00.000000||http://www.bco-dmo.org/award/54614\n2012-11-05 17:06:00.000000||http://www.bco-dmo.org/award/54615\n2016-08-20 03:10:00.000000|0.9|http://www.bco-dmo.org/dataset/546152\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadavev%2Fsmcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadavev%2Fsmcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadavev%2Fsmcat/lists"}