{"id":41371534,"url":"https://github.com/wavy-cat/petpet-go","last_synced_at":"2026-02-11T06:08:50.968Z","repository":{"id":257443151,"uuid":"858185652","full_name":"wavy-cat/petpet-go","owner":"wavy-cat","description":"Petpet GIF generator, written in Go","archived":false,"fork":false,"pushed_at":"2026-02-01T04:46:11.000Z","size":1036,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-01T15:49:51.562Z","etag":null,"topics":["discord","go","petpet","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavy-cat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-09-16T13:11:50.000Z","updated_at":"2026-02-01T04:46:07.000Z","dependencies_parsed_at":"2024-11-08T18:24:32.963Z","dependency_job_id":"5d6a77f9-cf3f-4acf-92ee-69c86f6dc2eb","html_url":"https://github.com/wavy-cat/petpet-go","commit_stats":null,"previous_names":["wavy-cat/petpet-go"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/wavy-cat/petpet-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fpetpet-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fpetpet-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fpetpet-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fpetpet-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavy-cat","download_url":"https://codeload.github.com/wavy-cat/petpet-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavy-cat%2Fpetpet-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"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":["discord","go","petpet","web"],"created_at":"2026-01-23T09:32:20.088Z","updated_at":"2026-02-11T06:08:50.962Z","avatar_url":"https://github.com/wavy-cat.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# petpet-go\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/wavy-cat/petpet-go?style=for-the-badge\u0026logo=go\u0026logoColor=white\u0026labelColor=1A222E\u0026color=242B36)\n![GitHub License](https://img.shields.io/github/license/wavy-cat/petpet-go?style=for-the-badge\u0026labelColor=1A222E\u0026color=242B36)\n![GitHub repo size](https://img.shields.io/github/repo-size/wavy-cat/petpet-go?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=1A222E\u0026color=242B36\u0026cacheSeconds=0)\n\nA web service for generating petpet GIFs based on a Discord user's avatar.\n\n---\n\n## Usage\n\n\u003ckbd\u003eGET\u003c/kbd\u003e `/ds/{user_id}.gif`\n\n\u003ckbd\u003ePOST\u003c/kbd\u003e `/custom`\n\n### Path parameters\n\n| Name        | Type      | Description           |\n|-------------|-----------|-----------------------|\n| `{user_id}` | Snowflake | The Discord user's ID |             \n\n### Query parameters\n\n| Name       | Default | Type             | Description                                        |\n|------------|---------|------------------|----------------------------------------------------|\n| `delay`    | `4`     | Unsigned Integer | GIF speed. Bigger is slower                        |\n| `no-cache` | `false` | Boolean          | Whether to disable caching (Cache-Control headers) |\n\n### Upload (POST /custom)\n\nSend a `multipart/form-data` request with a file field named `image` containing a PNG or JPEG.\nThe upload is limited to 5MB and a maximum of 1 MP.\n\n## Getting started\n\n* Using Docker:\n\n  `docker run ghcr.io/wavy-cat/petpet-go`\n\n* Using binaries:\n\n  Download the [latest release](https://github.com/wavy-cat/petpet-go/releases/latest) and run it.\n\n* Compiling (you need [Go compiler](https://go.dev/dl/)):\n\n  `go run github.com/wavy-cat/petpet-go/cmd/app`\n\n## Configuration\n\nCurrently, config parameters can be specified either in the `config.yml` file or via environment variables.\n\nLook at the [sample config](config.sample.yml) with comments (including environment variable names)\n\n## PetPet in other languages\n\n* **Python**: [nakidai/petthecord](https://github.com/nakidai/petthecord)\n* **Rust**: [messengernew/petpet-api](https://github.com/messengernew/petpet-api)\n* **C**: [nakidai/cptc](https://github.com/nakidai/cptc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavy-cat%2Fpetpet-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavy-cat%2Fpetpet-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavy-cat%2Fpetpet-go/lists"}