{"id":16252414,"url":"https://github.com/remarkablemark/c9.io-scraper","last_synced_at":"2026-04-13T13:31:16.496Z","repository":{"id":66056452,"uuid":"230203820","full_name":"remarkablemark/c9.io-scraper","owner":"remarkablemark","description":"c9.io scraper","archived":false,"fork":false,"pushed_at":"2021-03-28T07:10:50.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T14:46:59.420Z","etag":null,"topics":["c9io","chrome","chromedriver","cloud9","nodejs","selenium","webdriverjs"],"latest_commit_sha":null,"homepage":"","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/remarkablemark.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},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2019-12-26T05:56:02.000Z","updated_at":"2023-06-04T07:08:37.000Z","dependencies_parsed_at":"2023-03-13T20:30:58.977Z","dependency_job_id":null,"html_url":"https://github.com/remarkablemark/c9.io-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remarkablemark/c9.io-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fc9.io-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fc9.io-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fc9.io-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fc9.io-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/c9.io-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fc9.io-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["c9io","chrome","chromedriver","cloud9","nodejs","selenium","webdriverjs"],"created_at":"2024-10-10T15:13:37.207Z","updated_at":"2026-04-13T13:31:16.474Z","avatar_url":"https://github.com/remarkablemark.png","language":"JavaScript","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# c9.io scraper\n\nWeb scraper for archived [c9.io](https://c9.io/login) projects. Built with [WebDriverJS](https://github.com/SeleniumHQ/selenium/wiki/WebDriverJs) ([Selenium](https://www.selenium.dev/) for [Node.js](https://nodejs.org/)). Bootstrapped from [webdriverjs-recipes](https://github.com/remarkablemark/webdriverjs-recipes).\n\n## Prerequisites\n\n[Node.js](https://nodejs.org/en/download/) and [npm](https://www.npmjs.com/get-npm):\n\n```sh\nbrew install node\n```\n\n[Chrome](https://www.google.com/chrome/) and [ChromeDriver](https://chromedriver.chromium.org/downloads):\n\n```sh\nbrew cask install google-chrome\nbrew install chromedriver\n```\n\n## Install\n\nClone repository:\n\n```sh\ngit clone https://github.com/remarkablemark/c9.io-scraper.git\ncd c9.io-scraper\n```\n\nIf you're using [nvm](https://github.com/nvm-sh/nvm), you can set the node version:\n\n```sh\nnvm use\n```\n\nInstall dependencies:\n\n```sh\nnpm install\n```\n\n## Environment Variables\n\nFill out `.env` before running the scraper:\n\n```sh\nUSERNAME=user # required\nPASSWORD=pass # required\nDOWNLOADS_DIR=~/Downloads/ # optional\n```\n\nIf `DOWNLOADS_DIR` isn't set, it defaults to `~/Downloads/`.\n\n## Scripts\n\nIn the project directory, you can run:\n\n### `npm start`\n\nThe script logs into your [c9.io](https://c9.io/login) account, prepares all workspaces for download, and then downloads them.\n\nDownloaded workspaces are recorded in `tmp/downloaded_workspaces.txt`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fc9.io-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fc9.io-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fc9.io-scraper/lists"}