{"id":30109117,"url":"https://github.com/olillin/cal-helper","last_synced_at":"2026-07-14T23:31:34.099Z","repository":{"id":294267055,"uuid":"873844615","full_name":"olillin/cal-helper","owner":"olillin","description":"Scrape events from chalmers.it","archived":false,"fork":false,"pushed_at":"2026-02-17T20:53:23.000Z","size":107,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T01:33:37.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/olillin.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":"2024-10-16T20:19:02.000Z","updated_at":"2026-01-19T17:46:43.000Z","dependencies_parsed_at":"2025-05-19T17:25:43.205Z","dependency_job_id":"2ed2a774-c8cf-4958-a91e-2c25f52bd337","html_url":"https://github.com/olillin/cal-helper","commit_stats":null,"previous_names":["olillin/cal-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olillin/cal-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2Fcal-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2Fcal-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2Fcal-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2Fcal-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olillin","download_url":"https://codeload.github.com/olillin/cal-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2Fcal-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35483857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"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":"2025-08-10T03:40:15.845Z","updated_at":"2026-07-14T23:31:34.094Z","avatar_url":"https://github.com/olillin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cal-helper\n\nHelper to scrape news and events from chalmers.it.\n\n## Installation on NixOS\n\nBelow is an example of how to add the flake input and install the package:\n\n`flake.nix`\n\n```nix\n{\n  description = \"NixOS configuration with cal-helper\";\n\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs?ref=nixos-25.11\";\n\n    cal-helper = {\n      url = \"github:olillin/cal-helper\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs = {\n    self,\n    nixpkgs,\n    cal-helper,\n    ...\n  } @ inputs: let\n    system = \"your system\";\n  in {\n    nixosConfigurations.yourconfiguration = nixpkgs.lib.nixosSystem {\n      specialArgs = {inherit inputs;};\n      modules = [\n        {\n          environment.defaultPackages = [\n            cal-helper.packages.${system}\n          ];\n        }\n        # Other modules\n        ./configuration.nix\n      ];\n    };\n  };\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folillin%2Fcal-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folillin%2Fcal-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folillin%2Fcal-helper/lists"}