{"id":16916516,"url":"https://github.com/swiftyspiffy/cleverbotlib","last_synced_at":"2026-04-13T22:02:10.358Z","repository":{"id":78553403,"uuid":"82987677","full_name":"swiftyspiffy/CleverbotLib","owner":"swiftyspiffy","description":"Simple .NET library to interface with the Cleverbot API.","archived":false,"fork":false,"pushed_at":"2026-04-09T19:28:12.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-09T21:27:47.819Z","etag":null,"topics":["ai","api","bot","clever","cleverbot","csharp","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swiftyspiffy.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-24T01:17:03.000Z","updated_at":"2026-04-09T19:28:16.000Z","dependencies_parsed_at":"2023-03-23T11:19:48.977Z","dependency_job_id":null,"html_url":"https://github.com/swiftyspiffy/CleverbotLib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swiftyspiffy/CleverbotLib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyspiffy%2FCleverbotLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyspiffy%2FCleverbotLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyspiffy%2FCleverbotLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyspiffy%2FCleverbotLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swiftyspiffy","download_url":"https://codeload.github.com/swiftyspiffy/CleverbotLib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swiftyspiffy%2FCleverbotLib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31772642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["ai","api","bot","clever","cleverbot","csharp","net"],"created_at":"2024-10-13T19:28:16.381Z","updated_at":"2026-04-13T22:02:10.343Z","avatar_url":"https://github.com/swiftyspiffy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CleverbotLib\n\n## About\nCleverbotLib is a simple .NET library that is capable of interfacing with the Cleverbot API in an elegant and easy to use fashion. All information provided in the API responses are available to the programmer, and cleverbot state is easily maintained between messages.\n\n\n## Implementing\nBelow is a basic ConsoleApplication implementation of CleverbotLib taken directly from the provided example applicaiton.\n#### TwitchClient\n```csharp\nConsole.WriteLine(\"CleverbotLib Example Application\");\n\nConsole.WriteLine(\"Insert your API key:\");\nCleverbotLib.Core.SetAPIKey(Console.ReadLine());\n\nConsole.WriteLine(\"Now begin your conversation!\");\n\nCleverbotLib.Models.CleverbotResponse resp = null;\nwhile (true)\n{\n\tConsole.Write(\"You: \");\n\tif (resp == null)\n\t\tresp = CleverbotLib.Core.Talk(Console.ReadLine());\n\telse\n\t\tresp = CleverbotLib.Core.Talk(Console.ReadLine(), resp);\n\tConsole.WriteLine($\"Cleverbot: {resp.Output}\");\n}\n```\n\n## Installation\n\n### [NuGet](https://www.nuget.org/packages/CleverbotLib/)\n\nTo install this library via NuGet via NuGet console, use:\n```\nInstall-Package CleverbotLib\n```\nand via Package Manager, simply search:\n```\nCleverbotLib\n```\nYou are also more than welcome to clone/fork this repo and build the library yourself!\n\n## Dependencies\n\n* Newtonsoft.Json 7.0.1+ ([nuget link](https://www.nuget.org/packages/Newtonsoft.Json/7.0.1))\n\n## License\n\nThis project is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyspiffy%2Fcleverbotlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftyspiffy%2Fcleverbotlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftyspiffy%2Fcleverbotlib/lists"}