{"id":37079062,"url":"https://github.com/unitopia-de/python-interactives","last_synced_at":"2026-01-14T09:34:24.044Z","repository":{"id":58806880,"uuid":"289355493","full_name":"unitopia-de/python-interactives","owner":"unitopia-de","description":"Python efun package for virtually interactive objects","archived":false,"fork":false,"pushed_at":"2022-09-07T18:29:28.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-26T03:47:35.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/unitopia-de.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}},"created_at":"2020-08-21T20:06:10.000Z","updated_at":"2025-01-06T04:04:28.000Z","dependencies_parsed_at":"2022-09-07T21:21:26.937Z","dependency_job_id":null,"html_url":"https://github.com/unitopia-de/python-interactives","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unitopia-de/python-interactives","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitopia-de%2Fpython-interactives","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitopia-de%2Fpython-interactives/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitopia-de%2Fpython-interactives/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitopia-de%2Fpython-interactives/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unitopia-de","download_url":"https://codeload.github.com/unitopia-de/python-interactives/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unitopia-de%2Fpython-interactives/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-01-14T09:34:23.332Z","updated_at":"2026-01-14T09:34:24.036Z","avatar_url":"https://github.com/unitopia-de.png","language":"Python","readme":"# Python Efun package for virtually interactive objects\n\n## Overview\n\nThese Python efuns override native efuns to simulate interactive objects.\nAn additional efun is provided to make an object interactive:\n * `void make_interactive(object ob, object|string control_ob, string ip_name, string ip_number, int ip_port, int mud_port)`\n\nThe control object is used to send input to the interactive object and\nreceive messages for it. Only the control object may call the following\nnew efun:\n * `void send_interactive_input(object ob, string input)`\n\nAnd the following functions are called in the control object:\n * `void interactive_removed(object ob)`\n * `void interactive_exec(object ob, object new)`\n * `void receive_message(object ob, string msg)`\n * `void receive_binary(object ob, bytes msg)`\n * `void receive_prompt(object ob, string msg)`\n\nThe virtual interactive should behave just like a normal interactive,\nwith the following exceptions that do not work:\n * Snooping (they can be snooped on, but cannot snoop themselves)\n * Editing\n * Tracing\n * Telnet support\n * `object_info(ob, OI_ONCE_INTERACTIVE)` for former interactives\n\n### Build \u0026 installation\n\nYou'll need to build the package.\n\nFirst clone the repository\n```\ngit clone https://github.com/unitopia-de/python-interactives.git\n```\n\nIn the corresponding package directory execute\n```\npython3 setup.py install --user\n```\n\n### Automatically load the modules at startup\n\nAlso install the [LDMud Python efuns](https://github.com/ldmud/python-efuns) and use its\n[startup.py](https://github.com/ldmud/python-efuns/blob/master/startup.py) as the Python startup script for LDMud.\nIt will automatically detect the installed Python efuns and load them.\n\n### Manually load the modules at startup\n\nAdd lines like the following to your startup script:\n```\nimport ldmudinteractives\n\nldmudinteractives.register()\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitopia-de%2Fpython-interactives","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funitopia-de%2Fpython-interactives","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funitopia-de%2Fpython-interactives/lists"}