{"id":25667500,"url":"https://github.com/makosai/ainjs","last_synced_at":"2026-05-07T02:33:38.454Z","repository":{"id":180767001,"uuid":"86010043","full_name":"Makosai/AINJS","owner":"Makosai","description":"An artificial intelligence constructed in Node.js that will attempt to associate words with certain functions and will also write to its own code to teach itself.","archived":false,"fork":false,"pushed_at":"2017-04-01T11:52:16.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T16:54:19.238Z","etag":null,"topics":["ai","ainjs","artificial-intelligence","bot","discord","discordjs","node","node-js"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Makosai.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}},"created_at":"2017-03-24T00:19:44.000Z","updated_at":"2024-12-29T03:51:48.000Z","dependencies_parsed_at":"2023-07-12T19:42:50.169Z","dependency_job_id":null,"html_url":"https://github.com/Makosai/AINJS","commit_stats":null,"previous_names":["quaint-studios/ainjs","makosai/ainjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Makosai/AINJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FAINJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FAINJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FAINJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FAINJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Makosai","download_url":"https://codeload.github.com/Makosai/AINJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Makosai%2FAINJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32720178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","ainjs","artificial-intelligence","bot","discord","discordjs","node","node-js"],"created_at":"2025-02-24T09:37:50.890Z","updated_at":"2026-05-07T02:33:38.426Z","avatar_url":"https://github.com/Makosai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Artificial Intelligence: Node JS (AINJS)\n\nAINJS is an artificial intelligence constructed in NodeJS that will attempt to associate words with certain functions and will also write to its own code to teach itself.\n\n- [New Features!](#new-features)\n\n### New Features!\n\n\u003e No **significant** updates yet.\n\n  - N/A\n\nThese updates are from **[version 1.0.0][version]**.\n\n### Dependencies\n\nAINJS uses a number of open source projects to work properly:\n\n  - [Node.js] - A JavaScript runtime built on Chrome's V8 JavaScript engine.\n  - [Discord.js] - A powerful node.js module that allows you to interact with the Discord API very easily.\n  - [fs] - Node.js file i/o system.\n  - [mkdirp] - Like mkdir -p, but in node.js!\n  - [Node Opus] - This module implements native bindings to libopus.\n\n\nAnd of course AINJS itself is open source with a [public repository][ainjs]\n on GitHub.\n\n### Installation\n\nAINJS requires [Node.js](https://nodejs.org/) v6+ to run.\n\nInstall the dependencies and start the server.\n\n```sh\n$ cd AINJS\n$ npm install -d\n$ node core\n```\n\n### Plugins\n\nAINJS is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.\n\n| Plugin | README |\n| ------ | ------ |\n| N/A | N/A |\n\n\n### Development\n\nWant to contribute? Great!\n\nAINJS has a [Discord] channel. After you have joined, create a pull request. If you have ideas, try and convey them and tell us why it would be an beneficial update. If it makes it to the [todos](#todos) list, then you can proceed to work on it.\n\n### Todos\n\n - Create bot framework.\n - Download english words from an online dictionary and create a database of synonyms, antonyms, definition, and types--noun/adj/verb/etc.\n\n----\n\n**License:** [GNU AGPLv3]\n\n   [version]: \u003chttps://github.com/QuaintShanty/AI-Bot-NodeJS/releases\u003e\n   [ainjs]: \u003chttps://github.com/QuaintShanty/AI-Bot-NodeJS\u003e\n   \n   [discord]: \u003chttps://discord.gg/r2erCCz\u003e\n   \n   [node.js]: \u003chttp://nodejs.org\u003e\n   [discord.js]: \u003chttps://discord.js.org\u003e\n   [fs]: \u003chttps://nodejs.org/api/fs.html\u003e\n   [mkdirp]: \u003chttps://github.com/substack/node-mkdirp\u003e\n   [node opus]: \u003chttps://www.npmjs.com/package/node-opus\u003e\n   \n   [gnu agplv3]: \u003chttps://github.com/QuaintShanty/AI-Bot-NodeJS/blob/master/LICENSE\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakosai%2Fainjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakosai%2Fainjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakosai%2Fainjs/lists"}