{"id":24568902,"url":"https://github.com/bitliner/scrapy-chan","last_synced_at":"2026-04-19T19:33:46.473Z","repository":{"id":143907733,"uuid":"87653053","full_name":"bitliner/scrapy-chan","owner":"bitliner","description":"Scraping made easy.","archived":false,"fork":false,"pushed_at":"2017-04-18T07:15:41.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T03:39:50.326Z","etag":null,"topics":["crawling","data-analytics","nodejs","npm","scraping"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitliner.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-08T17:55:02.000Z","updated_at":"2022-03-06T03:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"41d0fe29-ed84-4046-9c93-06b2d2dca01b","html_url":"https://github.com/bitliner/scrapy-chan","commit_stats":null,"previous_names":["bitliner/scraps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitliner/scrapy-chan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fscrapy-chan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fscrapy-chan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fscrapy-chan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fscrapy-chan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitliner","download_url":"https://codeload.github.com/bitliner/scrapy-chan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitliner%2Fscrapy-chan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["crawling","data-analytics","nodejs","npm","scraping"],"created_at":"2025-01-23T14:55:42.147Z","updated_at":"2026-04-19T19:33:46.444Z","avatar_url":"https://github.com/bitliner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrapy-chan\n\nScraping made easy.\n\n`scrapy-chan` offers multiple modular utilities for scraping. \n\nThey can be combined together to easily build and execute effective scraping.\n\n# Installation\n\n`npm i --save scrapy-chan`\n\n# Usage\n\n```\nlet SC = require('scrapy-chan');\n\nSC.Url('news.ycombinator.com')\n  .pipe( SC.ScrapeSinglePageWithoutAjax() )\n  .pipe( SC.Parse() )\n  .pipe( SC.Print() )\n  .on('end', ()=\u003e{\n    // end  \n  })\n  .on('error', (err)=\u003e{\n    // err\n  });\n```\n\n# Utilities\n\nTBD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fscrapy-chan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitliner%2Fscrapy-chan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitliner%2Fscrapy-chan/lists"}