{"id":15566878,"url":"https://github.com/tdryer/squeakmail","last_synced_at":"2025-03-26T10:10:04.261Z","repository":{"id":141235929,"uuid":"239252605","full_name":"tdryer/squeakmail","owner":"tdryer","description":"RSS/Atom feed reader that sends email digests","archived":false,"fork":false,"pushed_at":"2020-02-09T06:01:19.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T11:22:19.776Z","etag":null,"topics":["email","rss","rust"],"latest_commit_sha":null,"homepage":"","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/tdryer.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}},"created_at":"2020-02-09T05:33:17.000Z","updated_at":"2020-05-05T14:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"f09a7d15-8eea-491f-a0fc-63ea9b960f8b","html_url":"https://github.com/tdryer/squeakmail","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"3c3da5873a9d79bd4da57bb4c2772a2c3441371f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdryer%2Fsqueakmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdryer%2Fsqueakmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdryer%2Fsqueakmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tdryer%2Fsqueakmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tdryer","download_url":"https://codeload.github.com/tdryer/squeakmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245632423,"owners_count":20647193,"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":["email","rss","rust"],"created_at":"2024-10-02T17:08:03.538Z","updated_at":"2025-03-26T10:10:04.226Z","avatar_url":"https://github.com/tdryer.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SqueakMail\n\nSqueakMail is an RSS/Atom feed reader that sends email digests.\n\n## Build\n\nSqueakMail is written in Rust, so you'll need to install the [Rust toolchain]\nfirst.\n\nTo build SqueakMail:\n\n```\n$ git clone https://github.com/tdryer/squeakmail.git\n$ cd squeakmail\n$ cargo build --release\n$ target/release/squeakmail --version\nSqueakMail 0.1.0\n```\n\n[Rust toolchain]: https://rustup.rs/\n\n## Setup\n\nThe first time you run SqueakMail, it will create a default config file in\n`~/.config/squeakmail/squeakmail.toml`. Use this file to configure the list of\nfeeds you want to fetch, and the `To` and `From` addresses for emails.\n\nSqueakMail requires a `sendmail` command to send email. If your system isn't\nset up to send email, [msmtp] is a simple option.\n\n[msmtp]: https://marlam.de/msmtp/\n\n## Usage\n\nUse the `fetch` subcommand to fetch feeds:\n\n```\n$ squeakmail fetch\n```\n\nUse the `mail` subcommand to send an email containing all items fetched since\nthe last email:\n\n```\n$ squeakmail mail\n```\n\nTo run SqueakMail automatically, use a job scheduler like `crontab`. For\nexample, the following jobs will fetch feeds at 55 minutes past each hour, and\nsend an email at 7am in the morning:\n\n```\n55 * * * * squeakmail fetch\n0 7 * * * squeakmail mail\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdryer%2Fsqueakmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdryer%2Fsqueakmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdryer%2Fsqueakmail/lists"}