{"id":28270234,"url":"https://github.com/aykhans/bsky-feedgen","last_synced_at":"2026-04-30T13:32:23.785Z","repository":{"id":294091038,"uuid":"985959729","full_name":"aykhans/bsky-feedgen","owner":"aykhans","description":"A Go-based feed generator for Bluesky, processing posts, generating a custom feed, and serving it via API.","archived":false,"fork":false,"pushed_at":"2026-02-09T06:53:46.000Z","size":265,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-09T12:34:10.183Z","etag":null,"topics":["atproto","bluesky","bluesky-feed","feed-generator","feedgenerator"],"latest_commit_sha":null,"homepage":"","language":"Go","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/aykhans.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-18T21:49:35.000Z","updated_at":"2026-02-09T06:53:43.000Z","dependencies_parsed_at":"2025-07-10T15:24:16.393Z","dependency_job_id":"0c0efcfc-a494-4887-96be-31f760915e7a","html_url":"https://github.com/aykhans/bsky-feedgen","commit_stats":null,"previous_names":["aykhans/bsky-feedgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aykhans/bsky-feedgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fbsky-feedgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fbsky-feedgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fbsky-feedgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fbsky-feedgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aykhans","download_url":"https://codeload.github.com/aykhans/bsky-feedgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aykhans%2Fbsky-feedgen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["atproto","bluesky","bluesky-feed","feed-generator","feedgenerator"],"created_at":"2025-05-20T16:17:56.066Z","updated_at":"2026-04-30T13:32:23.781Z","avatar_url":"https://github.com/aykhans.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bluesky Feed Generator\n\nA Go-based feed generator service for Bluesky social platform that includes components for streaming and processing posts, generating feeds, and exposing them via an API.\n\n## Overview\n\nThis project is a custom feed generator for Bluesky (ATProto), implementing the \"AzPulse\" feed. The application consists of several components working together:\n\n- [**API**](./cmd/api): Serves feed data to Bluesky clients\n- [**Consumer**](./cmd/consumer): Streams and processes posts from the Bluesky firehose\n- [**FeedGen**](./cmd/feedgen): Processes posts and generates the feed content\n- [**Manager**](./cmd/manager): CLI tool for managing feed generator records on Bluesky\n\n## Architecture\n\nThe system follows a microservices architecture with the following components:\n\n- MongoDB for data storage\n- Multiple services communicating through the database\n- Each service deployed as a separate container\n\n## Pre-Built docker images\n\n- **API**: `git.aykhans.me/bsky/feedgen-api:latest`\n- **Consumer**: `git.aykhans.me/bsky/feedgen-consumer:latest`\n- **FeedGen Az**: `git.aykhans.me/bsky/feedgen-generator-az:latest`\n- **Manager**: `git.aykhans.me/bsky/feedgen-manager:latest`\n\n## Getting Started\n\n### Prerequisites\n\n- Docker and Docker Compose\n- Go 1.24+\n\n### Running with Docker Compose\n\n```bash\ndocker compose up\n```\n\nThis will start all necessary services:\n\n- MongoDB database\n- Consumer service (streams posts from Bluesky)\n- FeedGen service (generates the AZ feed)\n- API service (serves feed data to clients)\n\n## Development\n\nFor local development without Docker you can checkout the Taskfile and Makefile for development tasks.\n\n## Configuration\n\nAll services are configured via environment variables. See the docker-compose.yml file for examples and default values.\n\n## License\n\nThis project is licensed under the AGPL-3.0 License, please see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykhans%2Fbsky-feedgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faykhans%2Fbsky-feedgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faykhans%2Fbsky-feedgen/lists"}