{"id":46687848,"url":"https://github.com/finki-hub/services-scraper","last_synced_at":"2026-03-09T02:34:21.799Z","repository":{"id":106869283,"uuid":"533551474","full_name":"finki-hub/services-scraper","owner":"finki-hub","description":"Scraper for many FCSE services and sending data through webhooks","archived":false,"fork":false,"pushed_at":"2026-02-28T01:30:21.000Z","size":2252,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T07:16:01.949Z","etag":null,"topics":["fcse","finki","ukim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/finki-hub.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-07T00:56:30.000Z","updated_at":"2026-02-28T01:29:54.000Z","dependencies_parsed_at":"2023-11-17T19:58:52.700Z","dependency_job_id":"700d8cf6-b28f-4036-919c-0626ebf1c7a9","html_url":"https://github.com/finki-hub/services-scraper","commit_stats":null,"previous_names":["finki-hub/finki-scraper","finki-hub/services-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/finki-hub/services-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finki-hub%2Fservices-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finki-hub%2Fservices-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finki-hub%2Fservices-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finki-hub%2Fservices-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finki-hub","download_url":"https://codeload.github.com/finki-hub/services-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finki-hub%2Fservices-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["fcse","finki","ukim"],"created_at":"2026-03-09T02:34:21.192Z","updated_at":"2026-03-09T02:34:21.791Z","avatar_url":"https://github.com/finki-hub.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FINKI Hub / Services Scraper\n\nTooling for scraping and providing publicly available data from FCSE services. The data is provided using a REST API or webhooks. Requires Node.js 24+.\n\n## Architecture\n\nThe scrapers are implemented as classes (called strategies) which contain several selectors and methods for fetching the data from each container (post, announcement, etc). Adding a new service requires creating a new strategy and linking it. See [the example strategy](./src/strategies/ExampleStrategy.ts) for more info.\n\n## Quick Setup (Production)\n\nTo run the scraper:\n\n1. Clone the repository: `git clone https://github.com/finki-hub/services-scraper.git`\n2. Prepare configuration by copying `config/config.sample.json` to `config/config.json`\n3. Install dependencies: `npm i`\n4. Run the scraper `npm run start`\n\nIt's also available as a Docker image:\n\n```sh\ndocker run -d \\\n  --name services-scraper \\\n  --restart unless-stopped \\\n  -v ./cache:/app/cache \\\n  -v ./config:/app/config \\\n  -v ./logs:/app/logs \\\n  ghcr.io/finki-hub/services-scraper:latest\n```\n\nOr Docker Compose: `docker compose up -d`\n\nYou can select which scrapers to run declaratively (in the configuration with the `enabled` flag) or imperatively: `npm run start scraper_1 scraper_2 ... scraper_n`\n\n## Quick Setup (Development)\n\n1. Clone the repository: `git clone https://github.com/finki-hub/services-scraper.git`\n2. Install dependencies: `npm i`\n3. Prepare configuration: `cp config/config.sample.json config/config.json`\n4. Build the project: `npm run build`\n5. Run it: `npm run start`\n\n## Configuration\n\nThere is an example configuration file available at [`config/config.sample.json`](./config/config.sample.json). Copy it to `config/config.json` and edit it to your liking.\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinki-hub%2Fservices-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinki-hub%2Fservices-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinki-hub%2Fservices-scraper/lists"}