{"id":24156200,"url":"https://github.com/rahil1202/license-data-scraper-python","last_synced_at":"2025-06-26T14:33:56.231Z","repository":{"id":223441807,"uuid":"760333591","full_name":"rahil1202/License-Data-Scraper-python","owner":"rahil1202","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-20T08:19:39.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T00:17:38.934Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahil1202.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}},"created_at":"2024-02-20T08:18:25.000Z","updated_at":"2024-02-20T08:18:33.000Z","dependencies_parsed_at":"2024-02-20T09:29:52.759Z","dependency_job_id":"4d32e4c9-67a1-471a-ae47-6867f0571ec1","html_url":"https://github.com/rahil1202/License-Data-Scraper-python","commit_stats":null,"previous_names":["rahil1202/license-data-scraper-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahil1202/License-Data-Scraper-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2FLicense-Data-Scraper-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2FLicense-Data-Scraper-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2FLicense-Data-Scraper-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2FLicense-Data-Scraper-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahil1202","download_url":"https://codeload.github.com/rahil1202/License-Data-Scraper-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahil1202%2FLicense-Data-Scraper-python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262085351,"owners_count":23256426,"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":"2025-01-12T13:16:15.462Z","updated_at":"2025-06-26T14:33:56.057Z","avatar_url":"https://github.com/rahil1202.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# License Data Scraper\n\n🚗 Scrapes Driving License data from government websites\n\n## How to Run\n\n### 1. Install Required Packages\n\n```bash\npip install -r requirements.txt\n```\n\n### 2. Run the Python CLI Application\n\nFor example, with a License number \"DL0420110149646\" and DOB \"09-02-1976\":\n\n```bash\npython main.py -dl DL-0420110149646 -dob 09-02-1976\n```\n\nIt takes 2 arguments `-dl` and `-dob`. Run `python main.py --help` for more information.\n\n### 3. Output\n\nThe output is displayed on the screen and saved as `driver_data.json` in the project root directory.\n\n## Sample Output\n\n```bash\nrandom data\n$ python main.py -dl DL-0420110149646 -dob 09-02-1976\n```\n\n```json\nData received -\u003e\n\n{\n  \"Class Of Vehicle\": [\n    {\n      \"COV Category\": \"NT\",\n      \"COV Issue Date\": \"01-Mar-2011\",\n      \"Class Of Vehicle\": \"ADPVEH\"\n    }\n  ],\n  \"Driver Details\": {\n    \"Current Status\": \"ACTIVE\",\n    \"Date Of Issue\": \"01-Mar-2011\",\n    \"Holder's Name\": \"ANURAG BREJA\",\n    \"Last Transaction At\": \"ZONAL OFFICE, WEST DELHI, JANAKPURI\",\n    \"Old / New DL No.\": \"DL-0420110149646\"\n  },\n  \"Validity\": {\n    \"Hazardous Valid Till\": \"NA\",\n    \"Hill Valid Till\": \"NA\",\n    \"Non-Transport\": {\n      \"from\": \"01-Mar-2011\",\n      \"to\": \"08-Feb-2026\"\n    },\n    \"Transport\": {\n      \"from\": \"NA\",\n      \"to\": \"NA\"\n    }\n  }\n}\n\nDriver Details Successfully stored in driver_data.json\n```\n\n## Project File Structure\n\n```\n- License-Data-Scraper/\n  - main.py\n  - scraper/\n    - __init__.py\n    - getDetails.py\n    - getTableData.py\n  - requirements.txt\n  - README.md\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahil1202%2Flicense-data-scraper-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahil1202%2Flicense-data-scraper-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahil1202%2Flicense-data-scraper-python/lists"}