{"id":21703568,"url":"https://github.com/codemonument/deno-scraping-template","last_synced_at":"2026-04-12T02:35:47.185Z","repository":{"id":106378887,"uuid":"481263905","full_name":"codemonument/deno-scraping-template","owner":"codemonument","description":"A template repo for developing scrapers with deno. This is intended to be used by the developer himself to accomplish some kind of data retrieval from websites, but the resulting script can also be compiled to single js files or even bundled with the deno executable for distribution.","archived":false,"fork":false,"pushed_at":"2022-12-12T01:29:09.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T14:53:36.768Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/codemonument.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,"publiccode":null,"codemeta":null}},"created_at":"2022-04-13T15:05:38.000Z","updated_at":"2022-04-14T08:11:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"c286bc09-b9f4-4510-aeed-c440a4b5492d","html_url":"https://github.com/codemonument/deno-scraping-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/codemonument/deno-scraping-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno-scraping-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno-scraping-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno-scraping-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno-scraping-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonument","download_url":"https://codeload.github.com/codemonument/deno-scraping-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonument%2Fdeno-scraping-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":[],"created_at":"2024-11-25T21:33:36.572Z","updated_at":"2026-04-12T02:35:47.161Z","avatar_url":"https://github.com/codemonument.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno Scraping Template\n\nA template repo for developing scrapers with deno. \nThis is intended to be used by the developer himself to accomplish some kind of data retrieval from websites, \nbut the resulting script can also be compiled to single js files or even bundled with the deno executable for distribution.\n\nThis could also be used as a base for a cli written in deno, simply use a\ncli-args parsing package in `main.ts` and build out the commands.\n\n## Folder Structure\n\n- `.vscode` = A folder, \n  - containing a `settings.json` which activates the deno language server for this workspace\n  - containing a `extensions.json` with recommended vscode extensions for this workspace\n- `dist` = A folder containing the output artefacts, like a bundled js file or\n  even executables for windows or mac\n- `playground` = a location used as cwd for running main.ts (this allows a clean\n  testing space and avoids problems with the source-code files, like accidental\n  deletion)\n- `src` = A folder containing more source files which are used by `main.ts`\n- `.env` = A file with environment variables being used with the `velociraptor` script runner\n- `.gitignore` = A normal gitingore file\n- `deno.jsonc` - A JSON config file with comments to customize tsc, linting and formatting inside deno executable\n- `main.ts` = the entrypoint for this deno script / app\n- `Readme.md` = A normal Readme file\n- `scripts.yaml` = A file defining the workspace scripts, like `vr start` \u0026 `vr build`. \n   Needs the `velociraptor` cli to be installed globally. (see install instructions below)\n\n## Adjustments after using the Template\n\n1. Update the `APP_NAME` variable in `.env` file. It is used as name for bundled\n   js files or compiled executables.\n\n## Setup after Cloning\n\n1. Install Velociraptor (Script Runner)\n   1. Get the newest install command from here:\n      https://velociraptor.run/docs/installation/\n   2. Run the install command from the website, for example:\n      `deno install -qAn vr https://deno.land/x/velociraptor@1.5.0/cli.ts`\n   3. If you used this exact command from Step 2 from this readme, \n      run `vr upgrade` afterwards to update velociraptor\n2. Install puppeteer chrome: `vr install-chrome-for-puppeteer`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonument%2Fdeno-scraping-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonument%2Fdeno-scraping-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonument%2Fdeno-scraping-template/lists"}