{"id":21934524,"url":"https://github.com/thechutrain/rc-coffee-chats","last_synced_at":"2025-04-19T22:39:58.504Z","repository":{"id":34684809,"uuid":"169127635","full_name":"thechutrain/rc-coffee-chats","owner":"thechutrain","description":"A service that matches community members for chats","archived":false,"fork":false,"pushed_at":"2023-01-03T16:18:51.000Z","size":2037,"stargazers_count":15,"open_issues_count":43,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-02T22:30:08.005Z","etag":null,"topics":["microservice","nodejs","typescript","zulip-bot"],"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/thechutrain.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-04T18:34:50.000Z","updated_at":"2023-09-02T22:30:08.006Z","dependencies_parsed_at":"2023-01-15T08:45:30.403Z","dependency_job_id":null,"html_url":"https://github.com/thechutrain/rc-coffee-chats","commit_stats":null,"previous_names":[],"tags_count":10,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechutrain%2Frc-coffee-chats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechutrain%2Frc-coffee-chats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechutrain%2Frc-coffee-chats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thechutrain%2Frc-coffee-chats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thechutrain","download_url":"https://codeload.github.com/thechutrain/rc-coffee-chats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227010944,"owners_count":17716674,"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":["microservice","nodejs","typescript","zulip-bot"],"created_at":"2024-11-29T00:16:08.898Z","updated_at":"2024-11-29T00:16:09.691Z","avatar_url":"https://github.com/thechutrain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coffee Chats 2.0 \n[![Build Status](https://travis-ci.com/thechutrain/rc-coffee-chats.svg?branch=master)](https://travis-ci.com/thechutrain/rc-coffee-chats) \u003ca href='http://www.recurse.com' title='Made with love at the Recurse Center'\u003e\u003cimg src='https://cloud.githubusercontent.com/assets/2883345/11325206/336ea5f4-9150-11e5-9e90-d86ad31993d8.png' height='20px'/\u003e\u003c/a\u003e\n\u003e Zulip bot that pairs Recursers for coffee chats\n\n## Commands and Documentation\nFor a full list of commands see the [wiki page](https://github.com/thechutrain/rc-coffee-chats/wiki/)\n\n## Signing up  \nJust say hi directly to `@chat-bot`. \n\n## Installing\n#### With Docker\nBefore you get started, make sure you have docker on your local machine and have the daemon running. You can do a `docker info` to check if you're connected to the daemon.\n\n```\ndocker build -t coffee . // builds the image\n// you can do `docker images` to check that the coffee image is there\n\ndocker run -p 8080:8081 coffee // runs the image second port num is the internal port\n```\n\n#### Previous Way (without Docker)\nBefore you get started, make sure you have:\n\n* a recent version of Node (10.x) \n* some version of SQLite3\n* Python 2.7 (any recent version)\n\nThe `better-sqlite3` npm package requires Python 2 as a dependency. Python 3 will throw a syntax error. Things get even more complicated on Windows. Just make sure you can run Python 2.7 from the CLI.\n\nThe basic installation is what you'd expect: `npm install`.\n\nAfter all of the `npm` packages have been installed, you'll want to create a `.env` file, probably by copying the example file\n\n```\ncp .env.example .env\n```\n\nYou can configure it as you wish, but the default values should just work. The default database is `data/development.db` which is already configured in the `.env` file. To create it (since we're avoiding checking it in through our `.gitignore`), you just need to touch the file:\n\n```\ntouch data/development.db\n```\n\nOnce you've installed all the packages, copied the local environment file, and created the development database, you can run the tests to verify everything works:\n\n```\nnpm test\n```\n\nand then start the server\n\n```\nnpm run dev\n```\n\nHappy hacking!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechutrain%2Frc-coffee-chats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthechutrain%2Frc-coffee-chats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthechutrain%2Frc-coffee-chats/lists"}