{"id":23079723,"url":"https://github.com/uvasoftware/scanii-dotnet","last_synced_at":"2025-08-15T22:30:28.434Z","repository":{"id":31278204,"uuid":"127429410","full_name":"uvasoftware/scanii-dotnet","owner":"uvasoftware","description":".NET interface to the scanii.com content processing service","archived":false,"fork":false,"pushed_at":"2023-10-10T12:07:20.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-11-14T12:20:34.916Z","etag":null,"topics":["client","csharp","dotnet","malware","nuget-package","scanii"],"latest_commit_sha":null,"homepage":"https://scanii.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uvasoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-30T13:07:17.000Z","updated_at":"2022-10-16T02:38:23.000Z","dependencies_parsed_at":"2023-01-14T18:42:13.176Z","dependency_job_id":null,"html_url":"https://github.com/uvasoftware/scanii-dotnet","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uvasoftware%2Fscanii-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uvasoftware","download_url":"https://codeload.github.com/uvasoftware/scanii-dotnet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229885870,"owners_count":18139384,"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":["client","csharp","dotnet","malware","nuget-package","scanii"],"created_at":"2024-12-16T12:48:48.432Z","updated_at":"2024-12-16T12:48:49.209Z","avatar_url":"https://github.com/uvasoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Dotnet client for the https://scanii.com content processing service\n\n### How to use this client\n\nThis library is installable via Nuget and can be installed via the usual tools, details here: https://www.nuget.org/packages/UvaSoftware.Scanii/\n\nFor example, using the dotnet CLI: \n```\ndotnet add package UvaSoftware.Scanii --version $LATEST_VERSION\n```\n\n### Basic usage:\n \n```c#\nusing System;\nusing System.Threading.Tasks;\nusing UvaSoftware.Scanii;\n\nnamespace Acme\n{\n  public class Sample\n  {\n    static async Task Main(string[] args)\n    {\n      var client = ScaniiClients.CreateDefault(args[0], args[1]);\n      var result = await client.Process(\"C:\\foo.doc\");\n      \n      if (r.Findings.Count == 0)\n      {\n        Console.WriteLine(\"Content is safe!\")\n      }\n    }  \n  }\n}\n```\n\nPlease note that you will need a valid scanii.com account and API Credentials. \n\nMore advanced usage examples can be found [here](https://github.com/uvasoftware/scanii-dotnet/blob/master/UvaSoftware.Scanii.Tests/ScaniiClientTests.cs)\n\nGeneral documentation on scanii can be found [here](http://docs.scanii.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvasoftware%2Fscanii-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuvasoftware%2Fscanii-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuvasoftware%2Fscanii-dotnet/lists"}