{"id":24077672,"url":"https://github.com/damianmcclure/leetchat-npm","last_synced_at":"2026-05-15T19:33:47.250Z","repository":{"id":143885535,"uuid":"108496560","full_name":"damianmcclure/leetchat-npm","owner":"damianmcclure","description":"NPM Library for making bots for leetchat","archived":false,"fork":false,"pushed_at":"2017-10-28T08:07:11.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-03T23:52:11.862Z","etag":null,"topics":["chatbot","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/damianmcclure.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-27T03:47:31.000Z","updated_at":"2021-04-14T04:47:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"88e60b3b-c9e3-4483-8b41-5380ba34d786","html_url":"https://github.com/damianmcclure/leetchat-npm","commit_stats":null,"previous_names":["mcclureski/leetchat-npm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/damianmcclure/leetchat-npm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmcclure%2Fleetchat-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmcclure%2Fleetchat-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmcclure%2Fleetchat-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmcclure%2Fleetchat-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damianmcclure","download_url":"https://codeload.github.com/damianmcclure/leetchat-npm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damianmcclure%2Fleetchat-npm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chatbot","nodejs"],"created_at":"2025-01-09T20:58:51.143Z","updated_at":"2026-05-15T19:33:47.244Z","avatar_url":"https://github.com/damianmcclure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetchat-npm\nNPM Library for making bots for leetchat\n## Usage (client.js)\n```js\nvar leetchat = require(\"leetchat\");\n\nexports.userIsOnline = function(_user, _pass, _origin, _time, _timestamp, _channel, _server) {\n     //this function is called when user is online/connected\n     //user can use this function to write automated responses, bots and stuff like that...\n     //if bot has moderator permissions _origin will have an IP address otherwise it's empty\n}\n\nexports.receiveMsg = function(_user, _pass, _time, _msg, _channel, _server) {\n     //this function is called when new message is received\n     //user can use this function to write automated responses, bots and stuff like that...\n     if (_msg == \":ping\") { sendMsg('pong'); }\n}\n\n//server, port, ssl_support, ...\nleetchat.setServer(\"vps.unrealsecurity.net\", \"80\", false, 4000, 6000);\n//username, password, channel, ...\nleetchat.setUser(\"NewBot\", \"p4sSw0rd\", \"general\");\n\n//ready to join...\nleetchat.listOnlineUsers();\nleetchat.receiveMessages();\n```\n## Information\nYou cannot install this under -g or globally.\nMake sure the example JavaScript code is in file called client.js and in same directory with leetchat.js.\nLink to LeetChat: http://vps.unrealsecurity.net/leetchat/?general\n## License\nDo What The Fuck You Want Public License\nhttps://spdx.org/licenses/WTFPL.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianmcclure%2Fleetchat-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamianmcclure%2Fleetchat-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamianmcclure%2Fleetchat-npm/lists"}