{"id":15657827,"url":"https://github.com/deuchnord/f2ap","last_synced_at":"2025-07-28T20:10:16.634Z","repository":{"id":65179578,"uuid":"585213032","full_name":"Deuchnord/f2ap","owner":"Deuchnord","description":"Connect your website to ActivityPub using your RSS/Atom feed.","archived":false,"fork":false,"pushed_at":"2024-05-08T10:43:55.000Z","size":245,"stargazers_count":28,"open_issues_count":23,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-25T06:49:56.061Z","etag":null,"topics":["activitypub","atom","fediverse","rss","web"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Deuchnord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Deuchnord","liberapay":"Deuchnord"}},"created_at":"2023-01-04T15:50:03.000Z","updated_at":"2025-07-03T21:47:42.000Z","dependencies_parsed_at":"2023-02-12T23:45:42.107Z","dependency_job_id":"aaf90be3-dab5-4a71-bfac-5bcf9d40524b","html_url":"https://github.com/Deuchnord/f2ap","commit_stats":{"total_commits":36,"total_committers":4,"mean_commits":9.0,"dds":0.4722222222222222,"last_synced_commit":"f0b2b3dc8fbd29da038f5ae033e847e0a3cf416b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Deuchnord/f2ap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deuchnord%2Ff2ap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deuchnord%2Ff2ap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deuchnord%2Ff2ap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deuchnord%2Ff2ap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Deuchnord","download_url":"https://codeload.github.com/Deuchnord/f2ap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Deuchnord%2Ff2ap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267578003,"owners_count":24110351,"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-07-28T02:00:09.689Z","response_time":68,"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":["activitypub","atom","fediverse","rss","web"],"created_at":"2024-10-03T13:09:55.265Z","updated_at":"2025-07-28T20:10:16.615Z","avatar_url":"https://github.com/Deuchnord.png","language":"Python","funding_links":["https://github.com/sponsors/Deuchnord","https://liberapay.com/Deuchnord"],"categories":[],"sub_categories":[],"readme":"# ![f2ap](logo.svg)\n\nf2ap (_Feed to ActivityPub_) is a web application that uses the RSS/Atom feed of your website to expose it on the Fediverse\nthrough ActivityPub.\n\n## Social platform compatibility\n\nEven though ActivityPub is a generic protocol designed to be platform-agnostic, each social platform has its own particularities that f2ap has to comply with to be able to communicate with it.\n\nCheck [the compatibility table](https://github.com/Deuchnord/f2ap/wiki/Social-platforms-compatibility) on the wiki to see the progression.\n\n## How to use it\n\n### Prerequisite\n\nThe only prerequisite to use f2ap is that your website provides an RSS or Atom feed.\nIf you don't have one yet, you might want to make it first, as it is a Web standard that allows your visitors to stay in touch with your content with any compatible application. Plus, it is very easy to implement. \n\n### Installation\n\n#### With PyPI\n\n_**Required:** Python 3.9+_\n\nInstall the `f2ap` package:\n\n```bash\npip install f2ap\n```\n\nThe application will be runnable with the `f2ap` command.\nYou will need to use a runner like systemd to start it as a service.\n\n#### Docker\n\n_**Required:** Docker_\n\nGrab the image from Docker Hub:\n\n```bash\ndocker pull deuchnord/f2ap\n```\n\nYou can get a specific version with the following syntax: `deuchnord/f2ap:\u003ctag\u003e`, where tag is one of the following (`i`, `j` and `k` being numbers):\n- `latest`: the last version (default)\n- `i`: the last version of the `i` major version\n- `i.j`: the last version of the `i.j` minor version\n- `i.j.k`: the version `i.j.k`\n- `unstable`: the last commit in the Git history.\n  It is heavily discouraged to use it in production, as it can have bugs, crash, put fire in your house or, worse, kill your kitten.\n\n##### Docker-Compose\n\nIf you want to use f2ap through Docker-Compose, check the [`docker-compose.dist.yml`](docker-compose.dist.yml) for an example of configuration.\n\n### Configuration\n\nTo make f2ap work, you will need to write a configuration file that will define its behavior.\nIt is a boring simple TOML file. You can find a self-documented file in [config.dist.toml](config.dist.toml).\nIf you run f2ap with Docker, make sure to name it `config.toml` and to place it in the `/data` folder.\n\n### Configuring the server\n\nSee [the dedicated page](https://github.com/Deuchnord/f2ap/wiki/Web-Server-Configuration) on the wiki.\n\n### Limitations\n\nBecause f2ap uses your RSS/Atom feed to connect your website to ActivityPub, the time before a new entry pops on the Fediverse will depend on the refresh frequency. You might want to choose a frequency that matches your update regularity.\n  \n**If this behavior is a problem**, f2ap is probably not the right solution for you, and you might need to integrate ActivityPub to your application on your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuchnord%2Ff2ap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeuchnord%2Ff2ap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeuchnord%2Ff2ap/lists"}