{"id":50336208,"url":"https://github.com/YGGverse/pulsarss","last_synced_at":"2026-06-15T04:01:05.784Z","repository":{"id":277007547,"uuid":"931045139","full_name":"YGGverse/pulsarss","owner":"YGGverse","description":"RSS Aggregator for Gemini Protocol","archived":false,"fork":false,"pushed_at":"2025-09-03T06:09:20.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-14T00:53:33.801Z","etag":null,"topics":["aggregator","cli","crawler","daemon","feed","gemini","gemini-protocol","gemtext","parser","rss","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/pulsarss","language":"Rust","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/YGGverse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":"https://yggverse.github.io/#donate"}},"created_at":"2025-02-11T16:23:03.000Z","updated_at":"2025-09-03T06:09:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec0dcb4d-aee6-4f50-8e65-5ae48c9e5af6","html_url":"https://github.com/YGGverse/pulsarss","commit_stats":null,"previous_names":["yggverse/pulsarss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/YGGverse/pulsarss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fpulsarss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fpulsarss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fpulsarss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fpulsarss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YGGverse","download_url":"https://codeload.github.com/YGGverse/pulsarss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YGGverse%2Fpulsarss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34346870,"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-06-15T02:00:07.085Z","response_time":63,"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":["aggregator","cli","crawler","daemon","feed","gemini","gemini-protocol","gemtext","parser","rss","rust"],"created_at":"2026-05-29T14:00:19.060Z","updated_at":"2026-06-15T04:01:05.779Z","avatar_url":"https://github.com/YGGverse.png","language":"Rust","funding_links":["https://yggverse.github.io/#donate"],"categories":["Tools"],"sub_categories":["Graphical"],"readme":"# pulsarss\n\n![Build](https://github.com/YGGverse/pulsarss/actions/workflows/build.yml/badge.svg)\n[![Dependencies](https://deps.rs/repo/github/YGGverse/pulsarss/status.svg)](https://deps.rs/repo/github/YGGverse/pulsarss)\n[![crates.io](https://img.shields.io/crates/v/pulsarss.svg)](https://crates.io/crates/pulsarss)\n\n## RSS Aggregator for [Gemini Protocol](https://geminiprotocol.net/)\n\n`pulsarss` is a multi-process crawler for RSS feeds, that collects and converts results into the static [gemtext](https://geminiprotocol.net/docs/gemtext.gmi) files; also aggregates an actual `index.gmi` file in the relevant folders organized by channel / item `pub_date`.\n\n\u003e [!NOTE]\n\u003e At this moment, `pulsarss` does not provide any built-in server. To read the data collected, use any server for static files listed in the [awesome-gemini](https://github.com/kr1sp1n/awesome-gemini#servers)\n\n## Install\n\n``` bash\ncargo install pulsarss\n```\n\n## Launch\n\n``` bash\npulsarss --source https://path/to/feed.rss --index index.gmi\n```\n\n### Options\n\n``` bash\npulsarss --help\n```\n\n### Autostart\n\n#### systemd\n\n1. Install `pulsarss` by copy the binary compiled into the native system apps destination:\n\n  * Linux: `sudo install /home/user/.cargo/bin/pulsarss /usr/local/bin/pulsarss`\n\n2. Create `systemd` configuration file:\n\n``` pulsarss.service\n# /etc/systemd/system/pulsarss.service\n\n[Unit]\nAfter=network-online.target\nWants=network-online.target\n\n[Service]\nType=simple\n\nUser=pulsarss\nGroup=pulsarss\n\n# Uncomment for debug\n# Environment=\"RUST_LOG=debug\"\n# Environment=\"NO_COLOR=1\"\n\nExecStart=/usr/local/bin/pulsarss -s https://path/to/feed.rss -i index.gmi\n\nStandardOutput=file:///home/pulsarss/debug.log\nStandardError=file:///home/pulsarss/error.log\n\n[Install]\nWantedBy=multi-user.target\n```\n* example above requires new system user (`useradd -m pulsarss`)\n\n3. Run in priority:\n\n  * `systemctl daemon-reload` - reload systemd configuration\n  * `systemctl enable pulsarss` - enable new service\n  * `systemctl start pulsarss` - start the process\n  * `systemctl status pulsarss` - check process launched\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYGGverse%2Fpulsarss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYGGverse%2Fpulsarss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYGGverse%2Fpulsarss/lists"}