{"id":23109091,"url":"https://github.com/robsmitha/chatbot-net-core","last_synced_at":"2025-04-03T23:15:15.289Z","repository":{"id":38023514,"uuid":"188920480","full_name":"robsmitha/chatbot-net-core","owner":"robsmitha","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T05:37:13.000Z","size":525,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-09T11:11:58.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/robsmitha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-27T23:22:57.000Z","updated_at":"2019-05-28T00:05:12.000Z","dependencies_parsed_at":"2023-01-24T12:45:14.900Z","dependency_job_id":null,"html_url":"https://github.com/robsmitha/chatbot-net-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmitha%2Fchatbot-net-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmitha%2Fchatbot-net-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmitha%2Fchatbot-net-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robsmitha%2Fchatbot-net-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robsmitha","download_url":"https://codeload.github.com/robsmitha/chatbot-net-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247092391,"owners_count":20882218,"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":[],"created_at":"2024-12-17T01:32:46.876Z","updated_at":"2025-04-03T23:15:15.264Z","avatar_url":"https://github.com/robsmitha.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chatbot-net-core\n\nThe Chatbot software is powered by a [language understanding api](https://www.luis.ai/home) to handle human questions.\n\n**Chatbot Understands**\n\n*   Greetings\n*   Weather\n*   Stocks\n*   Gibberish (not really)\n\n**Developers**  \n\u003csmall class=\"text-black-50\"\u003eSetup\u003c/small\u003e  \n**Chatbot's brain** - Chatbot requires some free-ish apis to answer questions.  \n\u003csmall class=\"text-black-50\"\u003e*NOTE: You must create your own accounts to get these endpoints and api keys.\u003c/small\u003e\n\n*   Language Understanding (LUIS) - \u003csmall class=\"text-black-50\"\u003eLUIS enables you to integrate natural language understanding into your chatbot or other application without having to create the complex part of machine learning models.[](https://www.luis.ai/welcome)\u003c/small\u003e\n    *   LUIS endpoint (ex. https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/)\n    *   LUIS App Key\n    *   LUIS Api Key\n    *   Create 3 starter intents\n        1.  Greeting\n        2.  CheckWeather\n        3.  CheckStock\n*   Google Geocode - \u003csmall class=\"text-black-50\"\u003eThe Geocoding API is a service that provides geocoding and reverse geocoding of addresses.[](https://developers.google.com/maps/documentation/geocoding/start)\u003c/small\u003e\n    *   Google geocode endpoint (ex. https://maps.googleapis.com/maps/api/geocode/json?address=)\n    *   Google Api Key\n*   DarkSky - \u003csmall class=\"text-black-50\"\u003eThe Dark Sky API allows you to look up the weather anywhere on the globe.[](https://darksky.net/dev/docs)\u003c/small\u003e\n    *   DarkSky endpoint (ex. https://api.darksky.net/forecast/)\n    *   DarkSky Api Key\n*   Aplha Vantage - \u003csmall class=\"text-black-50\"\u003eThis suite of APIs provide realtime and historical global equity data in 4 different temporal resolutions: (1) daily, (2) weekly, (3) monthly, and (4) intraday. Daily, weekly, and monthly time series contain 20+ years of historical data.[](https://www.alphavantage.co/documentation/)\u003c/small\u003e\n    *   Aplha Advantage endpoint (ex. https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY)\n    *   Aplha Advantage Api Key\n*   Bootswatch - \u003csmall class=\"text-black-50\"\u003eYou can use the API to integrate the themes with your platform.[](https://bootswatch.com/help/#api)\u003c/small\u003e\n    *   Bootswatch endpoint (ex. https://bootswatch.com/api/4.json)\n*   Amazon Web Services \u003csmall class=\"text-black-50\"\u003e(optional)\u003c/small\u003e- \u003csmall class=\"text-black-50\"\u003eAmazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.[](https://aws.amazon.com/)\u003c/small\u003e\n    *   AWS public endpoint\n    *   S3 Bucket\n\n\u003cspan\u003eYou should place these keys in the templated **appsettings.json** file.\u003c/span\u003e`  \n```\n\"Configurations\": {  \n  \"AWSCDN\": \"\",  \n  \"S3BucketName\": \"\",  \n  \"ThemesEndpoint\": \"https://bootswatch.com/api/4.json\",  \n  \"LanguageUnderstandingEndpoint\": \"https://westus.api.cognitive.microsoft.com/luis/v2.0/apps/\",  \n  \"LanguageUnderstandingAppKey\": \"YOUR KEY HERE\",  \n  \"LanguageUnderstandingApiKey\": \"YOUR KEY HERE\",  \n  \"GoogleAddressLookupEndpoint\": \"https://maps.googleapis.com/maps/api/geocode/json?address=\",  \n  \"GoogleApiKey\": \"YOUR KEY HERE\",  \n  \"DarkSkyEndpoint\": \"https://api.darksky.net/forecast/\",  \n  \"DarkSkySecretKey\": \"YOUR KEY HERE\",  \n  \"AplhaAdvantageApiKey\": \"YOUR KEY HERE\",  \n  \"AplhaAdvantageApiEndPoint\": \"https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY\"  \n}`\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsmitha%2Fchatbot-net-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobsmitha%2Fchatbot-net-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobsmitha%2Fchatbot-net-core/lists"}