{"id":17931925,"url":"https://github.com/ornicar/zulip-lichess","last_synced_at":"2025-08-15T14:32:02.398Z","repository":{"id":38037092,"uuid":"380276477","full_name":"ornicar/zulip-lichess","owner":"ornicar","description":"Multi-purpose Zulip bot for the Lichess workspace","archived":false,"fork":false,"pushed_at":"2022-08-30T09:11:41.000Z","size":43,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-16T00:34:53.703Z","etag":null,"topics":["lichess","zulip","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/ornicar.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":"2021-06-25T15:15:04.000Z","updated_at":"2022-06-11T06:28:35.000Z","dependencies_parsed_at":"2023-01-16T17:45:21.750Z","dependency_job_id":null,"html_url":"https://github.com/ornicar/zulip-lichess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornicar%2Fzulip-lichess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornicar%2Fzulip-lichess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornicar%2Fzulip-lichess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ornicar%2Fzulip-lichess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ornicar","download_url":"https://codeload.github.com/ornicar/zulip-lichess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229920918,"owners_count":18144863,"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":["lichess","zulip","zulip-bot"],"created_at":"2024-10-28T21:24:25.969Z","updated_at":"2024-12-16T07:10:36.390Z","avatar_url":"https://github.com/ornicar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zulip Lichess bot\n\nMulti-purpose Zulip bot for the Lichess workspace.\n\n## Usage\n\n## Setup\n\nIn Zulip, go to Settings -\u003e Your bots, and add a new bot.\n\nYou may name it `zuli` as I did, or anything else you like.\n\nAfter it's created, download its `zuliprc` file and put it at the root of this project.\n\n```\nyarn install\nyarn dev\n```\n\nAnd you're set, try using it from your Zulip instance.\n\n## Redis configuration\n\nTo set a redis port, password, or database, use these environment variables:\n\n```\nREDIS_PORT\nREDIS_PASSWORD\nREDIS_DB\n```\n\nExample:\n\n```\nREDIS_PORT=9379 REDIS_DB=5 yarn dev\n```\n\n## Production\n\nBuild a prod release:\n\n```\nyarn build\n```\n\nDeploy it to a server:\n\n```\nrsync -av zuliprc dist node_modules user@server:/home/zulip-lichess/\n```\n\nStart it on the server:\n\n```\nnode dist/index.js\n```\n\n### Systemd service definition\n\n```\n[Unit]\nDescription=Zulip Lichess bot\nAfter=network.target\n\n[Service]\nUser=root\nGroup=root\nWorkingDirectory=/home/zulip-lichess\nEnvironment=\"REDIS_PASSWORD=\"\nEnvironment=\"REDIS_PORT=6379\"\nExecStart=/usr/bin/node dist/index.js\nRestart=always\n\n[Install]\nWantedBy=multi-user.target\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornicar%2Fzulip-lichess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fornicar%2Fzulip-lichess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornicar%2Fzulip-lichess/lists"}