{"id":20907371,"url":"https://github.com/tastytea/mastorss","last_synced_at":"2026-04-18T11:32:36.457Z","repository":{"id":128275287,"uuid":"121014781","full_name":"tastytea/mastorss","owner":"tastytea","description":"Another RSS to Mastodon bot. [mirror]","archived":false,"fork":false,"pushed_at":"2021-08-18T16:37:05.000Z","size":422,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-29T20:45:45.486Z","etag":null,"topics":["mastodon","mastodon-bot","rss"],"latest_commit_sha":null,"homepage":"https://schlomp.space/tastytea/mastorss","language":"C++","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tastytea.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.adoc","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-02-10T12:47:15.000Z","updated_at":"2021-08-18T16:37:09.000Z","dependencies_parsed_at":"2023-03-22T07:02:56.272Z","dependency_job_id":null,"html_url":"https://github.com/tastytea/mastorss","commit_stats":{"total_commits":289,"total_committers":1,"mean_commits":289.0,"dds":0.0,"last_synced_commit":"87760bba2d73c4b0df61d2f90d972b841018eb80"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/tastytea/mastorss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tastytea%2Fmastorss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tastytea%2Fmastorss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tastytea%2Fmastorss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tastytea%2Fmastorss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tastytea","download_url":"https://codeload.github.com/tastytea/mastorss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tastytea%2Fmastorss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278512234,"owners_count":25999267,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["mastodon","mastodon-bot","rss"],"created_at":"2024-11-18T13:38:06.507Z","updated_at":"2025-10-10T16:15:51.968Z","avatar_url":"https://github.com/tastytea.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"= mastorss\n:toc: preamble\n\n:project: mastorss\n:uri-base: https://schlomp.space/tastytea/{project}\n:uri-branch-main: {uri-base}/src/branch/main\n:uri-gcc: https://gcc.gnu.org/\n:uri-cmake: https://cmake.org/\n:uri-asciidoc: http://asciidoc.org/\n:uri-catch: https://github.com/catchorg/Catch2\n:uri-boost: https://www.boost.org/\n:uri-mastodonpp: https://schlomp.space/tastytea/mastodonpp\n:uri-jsoncpp: https://github.com/open-source-parsers/jsoncpp\n:uri-libcurl: https://curl.haxx.se/libcurl/\n\n*mastorss* reads RSS feeds and posts the items via the Mastodon API. Does not\nsupport Atom at the moment.\n\n== Usage\n\nSee link:{uri-branch-main}/man/mastorss.1.adoc[manpage].\n\n== Install\n\n[alt=\"Packaging status\" link=https://repology.org/project/mastorss/versions]\nimage::https://repology.org/badge/vertical-allrepos/mastorss.svg[]\n\n=== Gentoo\n\n[source,shell]\n--------------------------------------------------------------------------------\neselect repository enable guru\necho 'net-misc/mastorss' \u003e\u003e /etc/portage/package.accept_keywords/mastorss\nemaint sync -r guru\nemerge -a net-misc/mastorss\n--------------------------------------------------------------------------------\n\n=== Arch\n\nThe git-version is available via the AUR:\n\u003chttps://aur.archlinux.org/packages/mastorss-git/\u003e.\n\n=== From source\n\n==== Dependencies\n\n* Tested OS: Linux\n* C++ compiler (tested: link:{uri-gcc}[gcc] 7/8/9)\n* link:{uri-cmake}[cmake] (at least: 3.9)\n* link:{uri-boost}[boost] (at least: 1.62)\n* link:{uri-mastodonpp}[mastodonpp] (at least: 0.5.6)\n* link:{uri-jsoncpp}[jsoncpp] (at least: 1.7)\n* link:{uri-libcurl}[libcurl] (at least: 7.52)\n\n==== Get sourcecode\n\n===== Release\n\nDownload the current release at link:{uri-base}/releases[schlomp.space].\n\n===== Development version\n\n[source,shell]\n--------------------------------------------------------------------------------\ngit clone https://schlomp.space/tastytea/mastorss.git\n--------------------------------------------------------------------------------\n\n==== Compile\n\n[source,shell]\n--------------------------------------------------------------------------------\nmkdir build\ncd build/\ncmake ..\ncmake --build .\n--------------------------------------------------------------------------------\n\n.CMake options:\n* `-DCMAKE_BUILD_TYPE=Debug` Debug build.\n* `-DWITH_MAN=NO` Don't install manpage.\n* `-DWITH_COMPLETIONS=NO` Don't install completions.\n* `-DZSH_COMPLETION_DIR` Change installation directory for Zsh completions.\n\nInstall with `make install`.\n\ninclude::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftastytea%2Fmastorss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftastytea%2Fmastorss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftastytea%2Fmastorss/lists"}