{"id":15879881,"url":"https://github.com/ticky/feedsweeper","last_synced_at":"2025-05-07T05:23:14.947Z","repository":{"id":257107830,"uuid":"857505634","full_name":"ticky/feedsweeper","owner":"ticky","description":"🧹 Automatically tidy up your RSS feed backlog","archived":false,"fork":false,"pushed_at":"2025-04-07T14:33:37.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T15:35:02.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ticky.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE.txt","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":"2024-09-14T20:32:21.000Z","updated_at":"2025-04-07T14:33:40.000Z","dependencies_parsed_at":"2024-09-14T22:25:15.384Z","dependency_job_id":"a10ee384-3f73-4f13-b126-15b4878e91cd","html_url":"https://github.com/ticky/feedsweeper","commit_stats":null,"previous_names":["ticky/feedsweeper"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Ffeedsweeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Ffeedsweeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Ffeedsweeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticky%2Ffeedsweeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticky","download_url":"https://codeload.github.com/ticky/feedsweeper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252819219,"owners_count":21808995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-06T03:05:56.526Z","updated_at":"2025-05-07T05:23:14.919Z","avatar_url":"https://github.com/ticky.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FeedSweeper\n\n🧹 Automatically tidy up your RSS feed backlog.\n\n## About\n\nFeedSweeper is a tool for [Feedbin](https://feedbin.com) intended to help keep your unread list clean. In specific, I wanted a more social media-like vibe for some of the higher frequency news feeds I follow, giving them a timeout before they're marked as read automatically. This is my solution.\n\n## Installation\n\n### Easy mode (macOS or Linux)\n\n```sh\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/ticky/feedsweeper/releases/latest/download/feedsweeper-installer.sh | sh\n```\n\n### With cargo\n\n```sh\ncargo install feedsweeper\n```\n\n### From source\n\nClone this repository and run `cargo install --path .` inside it.\n\n## Usage\n\nTo run FeedSweeper, you should specify the `FEEDBIN_USERNAME` and `FEEDBIN_PASSWORD` environment variables. Feedbin sadly doesn't have a supported method to give applications API keys or individual passwords, so this is your real password.\n\n### On Linux with a `systemd` timer\n\nFor example, if your system uses `systemd` you may wish to create a systemd unit file, such as at `~/.config/systemd/user/feedsweeper.service`:\n\n```ini\n[Unit]\nDescription=Tidy up your RSS feed backlog\n\n[Service]\nExecStart=%h/.cargo/bin/feedsweeper --tagged \"High Frequency\" --max-age 1w\n```\n\nWhere \"High Frequency\" is the name of a Feedbin tag you've prepared for feeds you wish for this to apply to.\n\nAnd a matching timer file at `~/.config/systemd/user/feedsweeper.timer`:\n\n```ini\n[Unit]\nDescription=Automatically tidy up your RSS feed backlog\n\n[Timer]\nOnCalendar=hourly\nPersistent=true\n\n[Install]\nWantedBy=timers.target\n```\n\nThen you can set the necessary environment variables by running `systemctl edit --user feedsweeper`, which will open an editor. You should enter the variables like this:\n\n```ini\n[Service]\nEnvironment=FEEDBIN_USERNAME=\"\u003cyour feedbin username\u003e\"\nEnvironment=FEEDBIN_PASSWORD=\"\u003cyour feedbin password\u003e\"\n```\n\nFinally, run `systemctl start --user feedsweeper.timer` to enable the timer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Ffeedsweeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticky%2Ffeedsweeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticky%2Ffeedsweeper/lists"}