{"id":26244715,"url":"https://github.com/superzombi/web-console","last_synced_at":"2026-02-12T20:32:56.696Z","repository":{"id":267357858,"uuid":"898630498","full_name":"SuperZombi/Web-Console","owner":"SuperZombi","description":"Python Web Console","archived":false,"fork":false,"pushed_at":"2024-12-09T21:44:52.000Z","size":103,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-26T04:39:57.814Z","etag":null,"topics":["logger","logging","python-console"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/web-console-log/","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/SuperZombi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://donatello.to/super_zombi"]}},"created_at":"2024-12-04T18:30:44.000Z","updated_at":"2024-12-09T21:49:13.000Z","dependencies_parsed_at":"2024-12-09T22:25:50.081Z","dependency_job_id":"fabbabbb-9b3c-4dc5-a87c-f4a999537a12","html_url":"https://github.com/SuperZombi/Web-Console","commit_stats":null,"previous_names":["superzombi/web-console"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SuperZombi/Web-Console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperZombi%2FWeb-Console","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperZombi%2FWeb-Console/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperZombi%2FWeb-Console/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperZombi%2FWeb-Console/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperZombi","download_url":"https://codeload.github.com/SuperZombi/Web-Console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperZombi%2FWeb-Console/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29380604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":["logger","logging","python-console"],"created_at":"2025-03-13T11:32:44.905Z","updated_at":"2026-02-12T20:32:56.672Z","avatar_url":"https://github.com/SuperZombi.png","language":"Python","funding_links":["https://donatello.to/super_zombi"],"categories":[],"sub_categories":[],"readme":"# Web Console\n\n\u003cimg src=\"https://shields.io/badge/version-0.1.0-blue\"\u003e \u003ca href=\"#donate\"\u003e\u003cimg src=\"https://shields.io/badge/💲-Support_the_Project-2ea043\"\u003e\u003c/a\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/SuperZombi/Web-Console/main/github/images/console.jpg\" width=\"600px\"\u003e\n\n### Example usage\n```\npip install web_console_log\n```\n```python\nfrom web_console import WebConsole\n\nconsole = WebConsole()\nconsole.log(\"Hello world\")\nconsole.loop()\n```\n\n### Constructor\n```python\nWebConsole(host=\"127.0.0.1\", port=8080, show_url=True, debug=False)\n```\n\n### Methods\n```python\nconsole.log(msg)\nconsole.warn(msg)\nconsole.error(msg)\n```\n```python\nconsole.url\n```\n```python\nconsole.open() # open console_url in browser\n```\n```python\nconsole.sleep(sec) # use this instead of time.sleep()\n```\n```python\nconsole.loop() # use this if you dont have your code mainloop\n```\n\n\n## 💲Donate\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n       \u003cimg width=\"18px\" src=\"https://www.google.com/s2/favicons?domain=https://donatello.to\u0026sz=256\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://donatello.to/super_zombi\"\u003eDonatello\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n       \u003cimg width=\"18px\" src=\"https://www.google.com/s2/favicons?domain=https://www.donationalerts.com\u0026sz=256\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://www.donationalerts.com/r/super_zombi\"\u003eDonation Alerts\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperzombi%2Fweb-console","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperzombi%2Fweb-console","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperzombi%2Fweb-console/lists"}