{"id":37155500,"url":"https://github.com/bitcolibri/birdfeed","last_synced_at":"2026-01-14T18:23:28.050Z","repository":{"id":278959401,"uuid":"933355998","full_name":"BitColibri/birdFeed","owner":"BitColibri","description":"Twitter like cosmos-sdk module","archived":false,"fork":false,"pushed_at":"2025-02-22T19:19:51.000Z","size":182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T20:23:11.453Z","etag":null,"topics":["cosmos-sdk"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitColibri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-15T18:56:55.000Z","updated_at":"2025-02-22T19:26:34.000Z","dependencies_parsed_at":"2025-02-22T20:26:20.268Z","dependency_job_id":"11cb81cf-247f-453a-bfa9-c045c69f0c61","html_url":"https://github.com/BitColibri/birdFeed","commit_stats":null,"previous_names":["bitcolibri/birdfeed"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BitColibri/birdFeed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FbirdFeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FbirdFeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FbirdFeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FbirdFeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitColibri","download_url":"https://codeload.github.com/BitColibri/birdFeed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitColibri%2FbirdFeed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28430758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cosmos-sdk"],"created_at":"2026-01-14T18:23:27.458Z","updated_at":"2026-01-14T18:23:28.041Z","avatar_url":"https://github.com/BitColibri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bird Feed\n\n## Overview\n\nBird Feed is a Cosmos SDK module that allows users to create and manage their own bird feeders.\nIt is a simple implementation of Twitter.\n\u003e **Note**: This module is not production ready and is only for learning purposes.\n\n## Features\n\n- Create a user\n- Follow other users\n- Publish posts\n- Like posts\n- Comment on posts\n- Search for users, posts, comments\n\n## Collections Overview\n\nThe BirdFeed module uses several collections to store and manage social media data:\n\n### Core Collections\n\n- **Params**: Stores global module parameters\n  - Type: `collections.Item`\n  - Single instance storage, no key required\n\n- **Users**: Stores user profile information\n  - Type: `collections.Map[string, birdFeed.User]`\n  - Key: User address (string)\n\n### Relationship Collections\n\n- **Followers**: Tracks who follows whom\n  - Type: `collections.KeySet[collections.Pair[string, string]]`\n  - Key Pair: `[follower_address, followed_address]`\n  - Represents: \"follower_address follows followed_address\"\n\n- **Follows**: Inverse index of followers relationship\n  - Type: `collections.KeySet[collections.Pair[string, string]]`\n  - Key Pair: `[followed_address, follower_address]`\n  - Represents: \"followed_address is followed by follower_address\"\n  - Enables efficient querying of a user's followers\n\n### Content Collections\n\n- **Tweets**: Stores tweet content\n  - Type: `collections.Map[string, birdFeed.Tweet]`\n  - Key: Tweet ID (string)\n\n- **AuthorTweets**: Links authors to their tweets\n  - Type: `collections.KeySet[collections.Pair[string, string]]`\n  - Key Pair: `[author_address, tweet_id]`\n  - Enables efficient querying of tweets by author\n\n- **Likes**: Tracks tweet likes\n  - Type: `collections.KeySet[collections.Pair[string, string]]`\n  - Key Pair: `[user_address, tweet_id]`\n  - Represents: \"user_address liked tweet_id\"\n\n- **Comments**: Stores comment relationships\n  - Type: `collections.KeySet[collections.Triple[string, string, string]]`\n  - Key Triple: `[tweet_id, user_address, comment_id]`\n  - Represents: \"user_address commented on tweet_id with comment_id\"\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcolibri%2Fbirdfeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcolibri%2Fbirdfeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcolibri%2Fbirdfeed/lists"}