{"id":51315921,"url":"https://github.com/kilicdev/smart-chatbot","last_synced_at":"2026-07-01T07:03:17.938Z","repository":{"id":57363801,"uuid":"438054081","full_name":"kilicdev/smart-chatbot","owner":"kilicdev","description":"Official smart-chatbot Package!","archived":false,"fork":false,"pushed_at":"2024-01-21T17:21:54.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-14T09:35:28.903Z","etag":null,"topics":["bot","chatbot","javascript","nodejs","npm-package"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kilicdev.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":"2021-12-13T23:20:22.000Z","updated_at":"2026-04-04T12:36:40.000Z","dependencies_parsed_at":"2024-09-25T12:53:34.115Z","dependency_job_id":"b11855e6-85b3-4332-9fdd-2e86bbdf402f","html_url":"https://github.com/kilicdev/smart-chatbot","commit_stats":null,"previous_names":["csybot/smart-chatbot","bucksh0tdev/smart-chatbot","kilicdev/smart-chatbot","inelity/smart-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kilicdev/smart-chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilicdev%2Fsmart-chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilicdev%2Fsmart-chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilicdev%2Fsmart-chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilicdev%2Fsmart-chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilicdev","download_url":"https://codeload.github.com/kilicdev/smart-chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilicdev%2Fsmart-chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34996290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bot","chatbot","javascript","nodejs","npm-package"],"created_at":"2026-07-01T07:03:17.052Z","updated_at":"2026-07-01T07:03:17.927Z","avatar_url":"https://github.com/kilicdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://nodei.co/npm/smart-chatbot\"\u003e\u003cimg src=\"https://nodei.co/npm/smart-chatbot.png\"\u003e\u003c/a\u003e\u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/smart-chatbot?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/repo-size/CsYBot/smart-chatbot?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/npm/l/smart-chatbot?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/npm/dt/smart-chatbot?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/contributors/CsYBot/smart-chatbot?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/github/package-json/dependency-version/CsYBot/smart-chatbot/axios?style=for-the-badge\"\u003e \u003ca href=\"https://discord.gg/gkmwaAZQBu\" target=\"_blank\"\u003e \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/CsYBot%20Support-Click%20here-7289d9?style=for-the-badge\u0026logo=discord\"\u003e \u003c/a\u003e\u003c/p\u003e\r\n\r\n# smart-chatbot\r\n \r\n**Javascript:**\r\n```js\r\nconst chatbot = require(\"smart-chatbot\");\r\nconst chatclient = new chatbot.Client({ \r\n  secretkey: \"SECRET KEY\",\r\n  botname: \"BOT NAME\",\r\n  ownername: \"OWNER NAME\",\r\n  gender: \"female\", // (female/male)\r\n  birth: \"https://csycraft.com\",\r\n  location: \"https://csybot.csycraft.com\",\r\n  email: \"brain@csycraft.com\"\r\n});\r\n\r\nchatclient.chat({\r\n  message: \"Hello\",\r\n  user: \"SECRET USER ID\",\r\n  language: \"tr\" // (tr, en, pt) for more dm me\r\n}).then(answer =\u003e console.log(answer));\r\n```\r\n\r\n**Aoi.js \u0026 Dbd.js:**\r\n```js\r\nbot.command({\r\n  name: \"$alwaysExecute\",\r\n  code: `$djsEval[\r\n    const chatbot = require(\"smart-chatbot\")\r\n    const chatclient = new chatbot.Client({ \r\n      secretkey: \"SECRET KEY\",\r\n      botname: \"BOT NAME\",\r\n      ownername: \"OWNER NAME\",\r\n      gender: \"female\", // (female/male)\r\n      birth: \"https://csycraft.com\",\r\n      location: \"https://csybot.csycraft.com\",\r\n      email: \"brain@csycraft.com\"\r\n    });\r\n    let question = message.content.split(\" \").slice(1).join(\" \");\r\n    if(!question || String(question) == String([])) {\r\n      message.channel.send(\"❌ Please Message ❌\");\r\n    } else {\r\n      chatclient.chat({\r\n        message: question,\r\n        user: message.author.id,\r\n        language: \"tr\" // (tr, en, pt) for more dm me\r\n      }).then(x =\u003e message.channel.send(x)).catch(err =\u003e message.channel.send(\"ERR API Problem!\"));\r\n    }]\r\n    $onlyIf[$mentioned[1]==$clientID;]\r\n  `\r\n});\r\n```\r\n\r\n**Bdfd API (BDSCRPT 2):**\r\n```txt\r\n$nomention\r\n$botTyping\r\n$try\r\n$httpAddHeader[Authorization;SECRET_KEY]\r\n$httpAddHeader[Version;1.3.0]\r\n$httpAddHeader[using;bdfd]\r\n$httpGet[https://api.csycraft.xyz/chatbot?user=$authorID\u0026language=tr\u0026botname=CsYBot\u0026message=$replaceText[$replaceText[$replaceText[$replaceText[$replaceText[$replaceText[$message;ı;i];ö;o];ğ;g];ü;u];ç;c];ş;s]]\r\n$httpResult[message]\r\n$catch\r\nSorry I couldn't answer.\r\n$endtry\r\n$argsCheck[\u003e1;Please Enter Message]\r\n```\r\n\r\n**What is SECRET KEY?**\r\n\r\nFor Secret Key Join Server: https://discord.gg/gkmwaAZQBu\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilicdev%2Fsmart-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilicdev%2Fsmart-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilicdev%2Fsmart-chatbot/lists"}