{"id":30799186,"url":"https://github.com/partman7/psgo","last_synced_at":"2025-09-05T19:08:56.886Z","repository":{"id":311445141,"uuid":"1043726235","full_name":"PartMan7/psgo","owner":"PartMan7","description":"A client for Pokémon Showdown in Golang.","archived":false,"fork":false,"pushed_at":"2025-08-24T14:52:10.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T18:53:29.864Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PartMan7.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}},"created_at":"2025-08-24T13:46:18.000Z","updated_at":"2025-08-24T18:01:07.000Z","dependencies_parsed_at":"2025-08-24T18:53:35.292Z","dependency_job_id":"208fa016-0680-457f-890d-e3c60e368f36","html_url":"https://github.com/PartMan7/psgo","commit_stats":null,"previous_names":["partman7/psgo"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/PartMan7/psgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PartMan7%2Fpsgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PartMan7%2Fpsgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PartMan7%2Fpsgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PartMan7%2Fpsgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PartMan7","download_url":"https://codeload.github.com/PartMan7/psgo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PartMan7%2Fpsgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273806126,"owners_count":25171564,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2025-09-05T19:08:54.766Z","updated_at":"2025-09-05T19:08:56.855Z","avatar_url":"https://github.com/PartMan7.png","language":"Go","readme":"# Pokémon Showdown Client\n\nA client that connects to [Pokémon Showdown](https://pokemonshowdown.com/), written in Go.\n\n\u003e **Status:** Work in progress. Contributions and feedback are welcome!\n\n## Features\n\n- Connects to Pokémon Showdown servers\n(that's literally it for now)\n\n## Getting Started\n\n```go\nimport (\n    \"github.com/PartMan7/ps-go\"\n)\n\nfunc Main() {\n\tBot := PSGo.New(\"Username\", \"password\", []string{\"botdevelopment\"})\n\n\tBot.OnMessage = func(message PSGo.Message) {\n\t\tif !message.BeforeJoin \u0026\u0026 message.Content == \"Ping!\" {\n\t\t\tBot.SendRoom(message.Room, \"Pong!\")\n\t\t}\n\t}\n\tBot.Connect()\n}\n```\n\n## Contributing\n\nFeel free to open issues or submit pull requests!\n\n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartman7%2Fpsgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpartman7%2Fpsgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpartman7%2Fpsgo/lists"}