{"id":16415413,"url":"https://github.com/synthesized-infinity/smart-botto","last_synced_at":"2026-05-13T13:40:58.407Z","repository":{"id":57363792,"uuid":"359839557","full_name":"Synthesized-Infinity/smart-botto","owner":"Synthesized-Infinity","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-20T14:24:15.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-10T04:44:31.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/Synthesized-Infinity.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":"2021-04-20T14:12:03.000Z","updated_at":"2024-09-15T00:14:02.000Z","dependencies_parsed_at":"2022-09-16T07:41:29.083Z","dependency_job_id":null,"html_url":"https://github.com/Synthesized-Infinity/smart-botto","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/Synthesized-Infinity%2Fsmart-botto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synthesized-Infinity%2Fsmart-botto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synthesized-Infinity%2Fsmart-botto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Synthesized-Infinity%2Fsmart-botto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Synthesized-Infinity","download_url":"https://codeload.github.com/Synthesized-Infinity/smart-botto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232753878,"owners_count":18571561,"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-10-11T07:05:37.285Z","updated_at":"2026-05-13T13:40:58.351Z","avatar_url":"https://github.com/Synthesized-Infinity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# _**SMART BOTTO**_\n\n\u003e Smart(est) chatbot \n\u003e Based on EIF APIs\n\u003e\n\u003c/div\u003e\u003cbr/\u003e\n\u003cbr/\u003e\n\n# Installation\n```cmd\n\u003e npm i smart-botto\n```\n\n# Usage \n\n```JS\nconst { Bot } = require('smart-botto')\n//import { Bot } from 'smart-botto'\n\nconst chatbot = new Bot({\n    name: 'Emilia' //name of the bot\n})\n\nchatbot.chat({\n    message: 'Hey', //message to pass to chatbot,\n    user: 'USERID' //ID of the user to keep track of the convo\n})\n.then((res) =\u003e console.log(res)) \n/* {\n    message: 'Hey',\n    response: 'Hi there!'\n} */\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthesized-infinity%2Fsmart-botto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynthesized-infinity%2Fsmart-botto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthesized-infinity%2Fsmart-botto/lists"}