{"id":13593078,"url":"https://github.com/solero/houdini","last_synced_at":"2025-04-09T02:32:18.244Z","repository":{"id":26270541,"uuid":"173358991","full_name":"solero/houdini","owner":"solero","description":"A Club Penguin private server written in Python 3 ","archived":false,"fork":false,"pushed_at":"2024-10-13T15:44:10.000Z","size":952,"stargazers_count":282,"open_issues_count":1,"forks_count":55,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-11-06T14:41:41.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://houdini.readthedocs.io/","language":"Python","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/solero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-01T19:45:41.000Z","updated_at":"2024-11-04T16:06:46.000Z","dependencies_parsed_at":"2023-01-14T04:18:49.770Z","dependency_job_id":"15be3376-de95-48c0-af22-8934553eee58","html_url":"https://github.com/solero/houdini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solero%2Fhoudini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solero%2Fhoudini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solero%2Fhoudini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solero%2Fhoudini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solero","download_url":"https://codeload.github.com/solero/houdini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247965649,"owners_count":21025412,"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","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":"2024-08-01T16:01:16.356Z","updated_at":"2025-04-09T02:32:17.429Z","avatar_url":"https://github.com/solero.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n   \u003cimg alt=\"houdini-asyncio\" src=\"https://user-images.githubusercontent.com/32749673/64740929-d4435c00-d4ee-11e9-9b9f-f45236b8b61f.png\"\u003e\n\u003c/p\u003e\n\n#\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.gg/UPnWKfh\"\u003e\n    \u003cimg\n      alt=\"Solero Discord\"\n      src=\"https://img.shields.io/discord/323290581063172096?color=7289DA\u0026label=discord\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://solero.me\"\u003e\n    \u003cimg\n      alt=\"Solero Forum\"\n      src=\"https://img.shields.io/discourse/https/solero.me/topics?color=73afb6\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/Solero/houdini/issues\"\u003e\n    \u003cimg\n      alt=\"Issue Tracker\"\n      src=\"https://img.shields.io/github/issues/solero/houdini-asyncio\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"./LICENSE\"\u003e\n    \u003cimg\n      alt=\"License\"\n      src=\"https://img.shields.io/github/license/solero/houdini-asyncio\"\n    /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://houdini.readthedocs.io/\"\u003e\n    \u003cimg\n      alt=\"Documentation\"\n      src=\"https://readthedocs.org/projects/houdini/badge/?version=latest\u0026style=flat\"\n    /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA lightning-fast Club Penguin Private Server written in Python 3.\u003c/p\u003e\n\n- [Join our community](https://solero.me)\n- [Documentation](https://houdini.readthedocs.io)\n\n## Features :space_invader:\n\n- :clock3: **Cross-era**: Different clients can play together on the same server.\n- :exclamation: **Commands**: Built-in extensible commands API.\n- :electric_plug: **Powerful Plugin API**: Easy and quick to write your own plugins.\n- :speech_balloon: **Chat-filter**: Filter trolls with minimal configuration.\n- :shield: **Permissions**: API to restrict access to server functionality \u0026 commands.\n\n## Installation\n\nHoudini can be run as a normal Python program under any operating system.\n\n***NOTE**: Houdini requires Python 3.8.x to be installed*\n\n```shell\n$ git clone https://github.com/solero/houdini\n$ cd houdini\n$ pip install -r requirements.txt\n$ python bootstrap.py login\n```\n\n## Installation with Docker\n\nYou can also use [Wand](https://github.com/solero/wand), a tool that installs Houdini, Dash and many other useful tools to compliment your experience.\n\nThis is especially useful for those who want a straightforward installation, where everything is installed for you!\nCurrently Wand only works on Linux servers. Windows and Mac servers could work but requires extra work!\n\n## Game Screenshots\n\n\u003cimg alt=\"Screenshot\" width=\"700px\" src=\"https://user-images.githubusercontent.com/32749673/64743472-05745a00-d4f8-11e9-9eed-f3565dc2e821.png\"\u003e\n\n\u003cimg alt=\"Screenshot\" width=\"700px\" src=\"https://user-images.githubusercontent.com/32749673/64743711-d8747700-d4f8-11e9-9bab-de08090db34d.png\"\u003e\n\n\u003cimg alt=\"Screenshot\" width=\"700px\" src=\"https://user-images.githubusercontent.com/32749673/64743891-854ef400-d4f9-11e9-8d78-9d73493eb04d.png\"\u003e\n\n## Contributing\n\n:heartpulse: So glad to hear of your interest!\n\nIf you have suggestions for how this project can be improved, or want to report a bug, please feel free to open an issue! We welcome any and all contributions. We listen to all your questions and are always active on the [Solero Discord server](https://solero.me/t/join-the-discord-server/17).\n\n## License\n\nMIT Licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolero%2Fhoudini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolero%2Fhoudini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolero%2Fhoudini/lists"}