{"id":27215947,"url":"https://github.com/milk/fluffy-spork","last_synced_at":"2026-05-19T04:02:49.525Z","repository":{"id":138352684,"uuid":"80903695","full_name":"MiLk/fluffy-spork","owner":"MiLk","description":"Create and manage your GitHub Project Cards automatically","archived":false,"fork":false,"pushed_at":"2017-03-05T05:53:40.000Z","size":32,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-04-10T04:52:52.663Z","etag":null,"topics":["github","github-bot","project-management"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/MiLk.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":"2017-02-04T07:52:38.000Z","updated_at":"2020-05-07T16:08:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3d91bca-4ca4-47d6-95e6-4d0cf8796804","html_url":"https://github.com/MiLk/fluffy-spork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MiLk/fluffy-spork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiLk%2Ffluffy-spork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiLk%2Ffluffy-spork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiLk%2Ffluffy-spork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiLk%2Ffluffy-spork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MiLk","download_url":"https://codeload.github.com/MiLk/fluffy-spork/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MiLk%2Ffluffy-spork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899582,"owners_count":24664720,"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-08-17T02:00:09.016Z","response_time":129,"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":["github","github-bot","project-management"],"created_at":"2025-04-10T04:46:20.426Z","updated_at":"2026-05-19T04:02:49.434Z","avatar_url":"https://github.com/MiLk.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FluffySpork\n\nBot managing your GitHub projects\n\n## Configuration\n\n```exs\n# config/private.exs\n\nuse Mix.Config\n\nconfig :fluffy_spork, :tentacat_client_opts, %{\n  access_token: \"YOUR_GITHUB_TOKEN\"\n}\n\ncolumns = [\n  %{name: \"Backlog\"},\n  %{name: \"Ready\", label: \"ready\", color: \"ededed\"},\n  %{name: \"In Progress\", label: \"in progress\", color: \"ededed\"},\n  %{name: \"In Review\", label: \"ready for review\", color: \"f9d0c4\"},\n  %{name: \"To Deploy\", label: \"to deploy\", color: \"128a0c\"},\n  %{name: \"Done\"},\n]\n\nprojects = [%{\n  org: \"YOUR_ORGANIZATION\",\n  number: PROJECT_NUMBER,\n  destinations: %{\n    opened: %{issue: 0, pr: 2},\n    closed: %{issue: 5, pr: 5},\n    merged: %{pr: 4},\n  },\n  columns: columns\n}]\n\nconfig :fluffy_spork, :projects, projects\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilk%2Ffluffy-spork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilk%2Ffluffy-spork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilk%2Ffluffy-spork/lists"}