{"id":17474109,"url":"https://github.com/ispyhumanfly/gobots","last_synced_at":"2026-05-18T15:09:04.854Z","repository":{"id":51698554,"uuid":"106250115","full_name":"ispyhumanfly/gobots","owner":"ispyhumanfly","description":"A declarative framework for creating intelligent chatbots.","archived":false,"fork":false,"pushed_at":"2021-05-10T17:25:47.000Z","size":169,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T20:48:27.906Z","etag":null,"topics":["artificial-intelligence","bots","chatbot-framework","discord","irc"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ispyhumanfly.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":"2017-10-09T07:25:38.000Z","updated_at":"2023-01-12T02:45:47.000Z","dependencies_parsed_at":"2022-08-03T00:00:46.515Z","dependency_job_id":null,"html_url":"https://github.com/ispyhumanfly/gobots","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/ispyhumanfly%2Fgobots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispyhumanfly%2Fgobots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispyhumanfly%2Fgobots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ispyhumanfly%2Fgobots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ispyhumanfly","download_url":"https://codeload.github.com/ispyhumanfly/gobots/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246015032,"owners_count":20709914,"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":["artificial-intelligence","bots","chatbot-framework","discord","irc"],"created_at":"2024-10-18T18:08:26.287Z","updated_at":"2026-05-18T15:08:59.834Z","avatar_url":"https://github.com/ispyhumanfly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gobots\n\nA declarative framework for creating intelligent chatbots.\n\n## Synopsis\n\n    import * as Gobot from \"gobots\"\n\n    new Gobot.Server({\n        name: \"Eliza\",\n        description: \"Communication between man and machine.\",\n        author: \"Dan Stephenson\",\n        version: \"2.0.0\",\n        services: {\n            enabled: [\"discord\", \"irc\"],\n            discord: {\n                token: \"super_crazy_long_string\"\n            },\n            irc: {\n                servers: [\n                    {\n                        address: \"irc.freenode.net\",\n                        nickname: `${this.name}`,\n                        password: \"bar\",\n                        channels: [\"#gobot\", \"#gobots\"]\n                    }\n                ]\n            }\n        },\n        actions: [\n            {\n                \"Eliza, what version are you?\": `Hi, I am version ${this.version}.`,\n                \"Eliza, who created you?\": `Hi, I was created by ${this.author}.`\n            }\n        ]\n    }).start({verbose: true})\n\n# License\n\nMIT\n\n# Copyright\n\n2017 - 2919 Dan Stephenson (ispyhumanfly)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fispyhumanfly%2Fgobots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fispyhumanfly%2Fgobots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fispyhumanfly%2Fgobots/lists"}