{"id":24526036,"url":"https://github.com/halomakes/tenorclient","last_synced_at":"2026-05-06T22:37:20.837Z","repository":{"id":40866028,"uuid":"284833521","full_name":"halomakes/TenorClient","owner":"halomakes","description":".NET Standard 2.0 client for interacting with the Tenor API with full async support","archived":false,"fork":false,"pushed_at":"2022-12-08T11:07:40.000Z","size":480,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-18T08:54:52.288Z","etag":null,"topics":["api-client","async","dotnet","gif","netstandard20","nuget","tenor","tenor-api"],"latest_commit_sha":null,"homepage":"https://tenor-client.halomademeapc.com","language":"C#","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/halomakes.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}},"created_at":"2020-08-04T00:04:08.000Z","updated_at":"2023-03-02T18:31:54.000Z","dependencies_parsed_at":"2023-01-25T11:16:01.375Z","dependency_job_id":null,"html_url":"https://github.com/halomakes/TenorClient","commit_stats":null,"previous_names":["halomakes/tenorclient","halomademeapc/tenorclient"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/halomakes/TenorClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halomakes%2FTenorClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halomakes%2FTenorClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halomakes%2FTenorClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halomakes%2FTenorClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halomakes","download_url":"https://codeload.github.com/halomakes/TenorClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halomakes%2FTenorClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32715426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":["api-client","async","dotnet","gif","netstandard20","nuget","tenor","tenor-api"],"created_at":"2025-01-22T05:29:33.368Z","updated_at":"2026-05-06T22:37:20.819Z","avatar_url":"https://github.com/halomakes.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/halomademeapc/TenorClient/master/docfx_project/logo.png\" alt=\"TenorClient Logo\" width=\"128\"/\u003e\n\n# Tenor Client\n[![Build Status](https://img.shields.io/travis/halomademeapc/TenorClient?style=flat-square)](https://travis-ci.org/github/halomademeapc/TenorClient) [![GitHub issues](https://img.shields.io/github/issues/halomademeapc/TenorClient?style=flat-square)](https://github.com/halomademeapc/TenorClient/issues) [![Nuget](https://img.shields.io/nuget/dt/TenorClient?style=flat-square)](https://www.nuget.org/packages/TenorClient/) [![Nuget](https://img.shields.io/nuget/v/TenorClient?style=flat-square)](https://www.nuget.org/packages/TenorClient/)\n\nClient for interacting with the Tenor API targetting .NET Standard 2.0.  Includes async support and pretty models.  \n\n## Quick Start\nYou can get TenorClient from [NuGet](https://www.nuget.org/packages/TenorClient/).\n\n```bash\ndotnet add package TenorClient\n```\n\n```csharp\nvar config = new TenorConfiguration {\n    ApiKey = \"MY_API_KEY\",\n    Locale = CultureInfo.GetCultureInfo(\"en\"),\n    ContentFilter = ContentFilter.Medium,\n    MediaFilter = MediaFilter.Minimal,\n    AspectRatio = AspectRatio.All\n};\nvar client = new TenorClient(config);\nvar searchResults = await client.SearchAsync(\"potato\", limit: 20);\nvar categories = await client.GetCategoriesAsync();\nvar suggestions = await client.GetSearchSuggestionsAsync(\"potato\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalomakes%2Ftenorclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalomakes%2Ftenorclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalomakes%2Ftenorclient/lists"}