{"id":22022698,"url":"https://github.com/cj/sooty","last_synced_at":"2026-04-17T10:31:05.692Z","repository":{"id":66691130,"uuid":"2460741","full_name":"cj/sooty","owner":"cj","description":"Framework for Campfire bots on Node.js","archived":false,"fork":false,"pushed_at":"2011-10-01T22:08:29.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-19T22:38:44.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":false,"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/cj.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":"2011-09-26T14:20:43.000Z","updated_at":"2014-01-19T13:33:32.000Z","dependencies_parsed_at":"2023-02-20T09:30:26.445Z","dependency_job_id":null,"html_url":"https://github.com/cj/sooty","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cj/sooty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj%2Fsooty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj%2Fsooty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj%2Fsooty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj%2Fsooty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cj","download_url":"https://codeload.github.com/cj/sooty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cj%2Fsooty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31925261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:19:20.377Z","status":"ssl_error","status_checked_at":"2026-04-17T10:19:18.682Z","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":[],"created_at":"2024-11-30T06:22:28.045Z","updated_at":"2026-04-17T10:31:05.671Z","avatar_url":"https://github.com/cj.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sooty\n\n## DESCRIPTION\n\nSooty is a framework for building bots to interact with\n[Campfire](http://campfirenow.com). It's built using the\n[Smores](https://github.com/tombell/smores) library. It is also inspired by\n[Scamp](https://github.com/wjessop/Scamp) written by @wjessop.\n\n## INSTALLATION\n\n### For Your Project\n\n* Install the library in your project directory with `npm install sooty`\n\n### For Development\n\n1. Clone the repository\n2. Change into the directory\n3. Install dependencies with `npm install`\n\n## USAGE\n\nThe simplest example of using Sooty. It simply listens for the text \"Hello\"\nand will respond with \"Hello there!\" when ever someone in the channel says\nit.\n\n```coffeescript\nRobot = require(\"sooty\").Robot\n\nsooty = new Robot ssl: true, token: \"your_api_key\", account: \"your_account_subdomain\"\n\nsooty.behaviour -\u003e\n  @hear \"Hello\", -\u003e\n    @speak \"Hello there!\"\n\nsooty.connect [ 465901, 456789 ]\n```\n\nA more detailed example coming soon.\n\n## CONTRIBUTE\n\nHere's there most direct way to get your work merged into the project:\n\n1. Fork the project\n2. Clone down your fork\n3. Create a feature branch\n4. Hack away and add tests. Not necessarily in that order\n5. Make sure everything still passes by running tests\n6. If necessary, rebase your commits into logical chunks, without errors\n7. Push the branch up\n8. Send a pull request for your branch\n\n## LICENSE\n\nThe MIT License\n\nCopyright (c) 2011 Tom Bell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcj%2Fsooty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcj%2Fsooty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcj%2Fsooty/lists"}