{"id":28108899,"url":"https://github.com/cedriccabessa/coffeeconnection","last_synced_at":"2026-05-02T02:35:00.232Z","repository":{"id":52683917,"uuid":"137674913","full_name":"CedricCabessa/coffeeconnection","owner":"CedricCabessa","description":"Connect people for a coffee using slack","archived":false,"fork":false,"pushed_at":"2022-12-08T07:44:27.000Z","size":69,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T02:52:52.430Z","etag":null,"topics":["coffee","python","slack"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/CedricCabessa.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":"2018-06-17T17:54:50.000Z","updated_at":"2023-11-22T20:26:12.000Z","dependencies_parsed_at":"2022-08-22T05:01:41.951Z","dependency_job_id":null,"html_url":"https://github.com/CedricCabessa/coffeeconnection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CedricCabessa/coffeeconnection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedricCabessa%2Fcoffeeconnection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedricCabessa%2Fcoffeeconnection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedricCabessa%2Fcoffeeconnection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedricCabessa%2Fcoffeeconnection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CedricCabessa","download_url":"https://codeload.github.com/CedricCabessa/coffeeconnection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CedricCabessa%2Fcoffeeconnection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["coffee","python","slack"],"created_at":"2025-05-14T02:16:17.239Z","updated_at":"2026-05-02T02:35:00.225Z","avatar_url":"https://github.com/CedricCabessa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coffeeconnection\nConnect people for a coffee using slack\n\nThis script can be use in a daily cronttab to match a pair of 2 people for a\ncoffee (or any other beverage).\n\n`coffeeconnection` will get all the members of a slack channel, and during a time\nperiod (1w by default), every day a few people will be called to have a coffee\ntogether.\n\nAt the end of the week, every members of the channel should have participate to 1\ncoffee party. (People can join the channel during the week)\n\n## Installation\n\nInstall the dependencies and the package with pipenv.\n\n```\n$ pipenv install --deploy --system\n```\n\nWrite a crontab:\n\n```\n$ cat /etc/cron.d/coffeeconnection\n0 16 * * 1-5 myuser /usr/local/bin/coffeeconnection\n```\n\n## Configuration\n\nYou have to copy `coffeeconnection.ini`:\n\n```\n$ mkdir -p ~/.config/coffeeconnection/\n$ cp coffeeconnection.ini ~/.config/coffeeconnection/coffeeconnection.ini\n```\n\nEdit it with your slack credential\n\n## Make it nice to you\n\nThe sentences the bot says come from the file `coffeeconnection/niceties.txt`.\n\nYou should edit it to make it more fun :-)\n\n## Hack\n\n[![Build Status](https://travis-ci.org/CedricCabessa/coffeeconnection.svg?branch=master)](https://travis-ci.org/CedricCabessa/coffeeconnection)\n\n## Development\n\n### Run tests\n\nWe use `tox` to run our tests (including static analysis with `flake8` and\ncoding style)\n\nRun all the test with\n\n```bash\ntox\n```\n\n### Coding style\n\nIt is handled by [black](https://github.com/psf/black)\n\nTo apply it (requires Python \u003e= 3.6):\n\n```bash\npipenv run ci/blackify\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedriccabessa%2Fcoffeeconnection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedriccabessa%2Fcoffeeconnection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedriccabessa%2Fcoffeeconnection/lists"}