{"id":19084316,"url":"https://github.com/userr00t/netchalker","last_synced_at":"2025-08-09T10:32:11.464Z","repository":{"id":106328968,"uuid":"177333920","full_name":"UserR00T/NetChalker","owner":"UserR00T","description":"A chalker library for .NET.","archived":false,"fork":false,"pushed_at":"2019-10-22T11:47:10.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T00:08:53.727Z","etag":null,"topics":["chalk","chalker","console","console-tool","csharp","log","net"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UserR00T.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}},"created_at":"2019-03-23T19:54:52.000Z","updated_at":"2019-10-22T11:47:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2f8d75a-41bf-4e4b-a0c1-6e0d5a8baaaf","html_url":"https://github.com/UserR00T/NetChalker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserR00T%2FNetChalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserR00T%2FNetChalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserR00T%2FNetChalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UserR00T%2FNetChalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UserR00T","download_url":"https://codeload.github.com/UserR00T/NetChalker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240136991,"owners_count":19753645,"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":["chalk","chalker","console","console-tool","csharp","log","net"],"created_at":"2024-11-09T02:50:49.832Z","updated_at":"2025-02-22T06:40:29.523Z","avatar_url":"https://github.com/UserR00T.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetChalker\n\n\u003e A chalker library for .NET.\n\n![](https://i.imgur.com/zMdi3Gz.png)\n\n## Installation\n\n1. Goto ``'Releases'``.\n2. Download the latest version.\n3. Reference the ``.dll`` into your Console Application Project.\n\n## How to use\nCreate a new instance by typing\n```CSharp\nusing NetChalker;\n// ...\n\n\nvar chalker = new Chalker();\n```\n\n## Why\nI originally created the first version for a project called [UniversalUnityHooks](https://github.com/UserR00T/UniversalUnityHooks) but later thought this was pretty useful as standalone. I then decided to improve the source code and release it.\n\n## Example\n\n```CSharp\n// ...\nusing NetChalker;\n// ...\npublic static Chalker ChalkerInstance { get; set; }\npublic static void Main()\n{\n  ChalkerInstance = new Chalker();\n  foreach (var messageType in ChalkerInstance.MessageTypes)\n    ChalkerInstance.WriteMessage(messageType.Value, \"Hello World!\");\n}\n```\n\u003cdetails\u003e\u003csummary\u003eOutput\u003c/summary\u003e\n\u003cp\u003e\n\n![](https://i.imgur.com/zMdi3Gz.png)\n\n\u003c/p\u003e\n\u003c/details\u003e\n\nFor more examples visit the source/Samples/ folder.\n\n## Todo\n\n- [ ] Refactor code / Redesign structure\n- [ ] Build for multiple versions; currently only supports .NET 4.6.1, but can easily be changed to others.\n- [ ] Upload to NuGet.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserr00t%2Fnetchalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserr00t%2Fnetchalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserr00t%2Fnetchalker/lists"}