{"id":20629180,"url":"https://github.com/dcts/license-scraper","last_synced_at":"2026-04-16T00:31:30.098Z","repository":{"id":37756762,"uuid":"505833149","full_name":"dcts/license-scraper","owner":"dcts","description":"Utility to scrape license data (name and url) from NPM, RubyGems, CocoaPods and Github.","archived":false,"fork":false,"pushed_at":"2022-06-26T21:42:18.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T23:49:39.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dcts.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":"2022-06-21T12:26:56.000Z","updated_at":"2022-06-21T12:29:47.000Z","dependencies_parsed_at":"2022-08-26T09:11:22.908Z","dependency_job_id":null,"html_url":"https://github.com/dcts/license-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dcts/license-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Flicense-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Flicense-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Flicense-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Flicense-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcts","download_url":"https://codeload.github.com/dcts/license-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcts%2Flicense-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31866230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":[],"created_at":"2024-11-16T13:42:01.791Z","updated_at":"2026-04-16T00:31:30.062Z","avatar_url":"https://github.com/dcts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# License Scraper with Multi Plattform Support\nA utility that scrapes a packages license name and the url to the package license (usually from github). Supported plattforms:\n- npmjs.com ✅\n- rubygems.org ✅ \n- cocoapods.org ✅\n- github.com (helper) ✅\n\n# Examples\n```js\n// NPM (uses github helper)\nawait LicenseScraper.npmPackage(\"opensea-scraper\");\n\n// Github (helper)\nawait LicenseScraper.githubRepo(\"dcts/opensea-scraper\");\n\n// RubyGems (uses github helper)\nawait LicenseScraper.rubyGem(\"rails\");\n\n// CocoaPods (uses github helper)\nawait LicenseScraper.cocoaPod(\"FirebaseUI\");\n```\n\n# Scripts (WIP)\nThis repository contains bash scripts that allow you to print all dependencies to the terminal. You can then save all those outputs to a file. Instructions:\n1. navigate to your nodejs projects node_modules folder\n2. run the following code\n```bash\n# directory and filename of the output file\noutputFilePath = \"/your/path/yourFilename.txt\" \n\n# run and save output to file\npmodules \u003e outputFilePath\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Flicense-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcts%2Flicense-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcts%2Flicense-scraper/lists"}