{"id":20837603,"url":"https://github.com/taojy123/copa","last_synced_at":"2025-05-08T20:29:32.446Z","repository":{"id":73439646,"uuid":"195075787","full_name":"taojy123/copa","owner":"taojy123","description":"A clipboard Synchronization Tool  | Copy Once, Paste Anywhere","archived":false,"fork":false,"pushed_at":"2024-05-21T19:31:18.000Z","size":185,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T17:59:01.385Z","etag":null,"topics":["copy-paste"],"latest_commit_sha":null,"homepage":"https://taojy123.github.io/copa","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/taojy123.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-07-03T14:55:54.000Z","updated_at":"2025-01-13T16:54:53.000Z","dependencies_parsed_at":"2024-02-02T16:27:48.431Z","dependency_job_id":"cf282e6c-da8c-4d8a-8fba-bee6c680514b","html_url":"https://github.com/taojy123/copa","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taojy123%2Fcopa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taojy123%2Fcopa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taojy123%2Fcopa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taojy123%2Fcopa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taojy123","download_url":"https://codeload.github.com/taojy123/copa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253144207,"owners_count":21861017,"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":["copy-paste"],"created_at":"2024-11-18T01:08:04.922Z","updated_at":"2025-05-08T20:29:32.388Z","avatar_url":"https://github.com/taojy123.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copa\n\n**Copy Once, Paste Anywhere**\n\n-----\n\n## Client\n\n### You can run copa client in two ways\n\n- Download the compiled executable client from releases page **[recommended]**\n\n[https://github.com/taojy123/copa/releases](https://github.com/taojy123/copa/releases)\n\n（In Mac, you should run client in command）\n```\nchmod a+x copa_mac\n./copa_mac\n```\n\n\n- Or, run the source code script\n\n```\ngit clone https://github.com/taojy123/copa\ncd copa/client\npip install -r requirements.txt\npython copa.py\n```\n\n\n### Configuration\n\n`copaconf.json` will auto automatic generated while running\n\nYou can change it by text editor\n\n```\n{\n  \"host\": \"http://copa.tslow.cn\",  // Server address, default is the public server\n  \"token\": \"test1\",    // Clipboard will synchronize in the same token, please set your unique token \n  \"interval\": 5,       // Synchronization interval\n  \"language\": \"zh\",    // Currently only support \"en\" and \"zh\", default is English\n  \"http_proxy\": \"\",    // Your can set a http proxy if necessary\n  \"https_proxy\": \"\"    // if https_proxy is blank, it will be the same with http_proxy\n}\n```\n\n\n## Server\n\n### You can contect to copa server in three ways\n\n- Use the public server **[recommended]**\n\nJust set host `http://copa.tslow.cn` in `copaconf.json`\n\n\n- Or, deploy your own server by docker\n\n```\ngit clone https://github.com/taojy123/copa\ncd copa/server\ndocker build -t copa-server .\ndocker run -p 80:8000 -d copa-server\n```\n\n- Or, deploy your own server by run source code\n\n```\ngit clone https://github.com/taojy123/copa\ncd copa/server\npip install -r requirements.txt\npython manage.py migrate\npython manage.py collectstatic --noinput\ngunicorn -w 5 -b 0.0.0.0:80 copa.wsgi\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaojy123%2Fcopa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaojy123%2Fcopa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaojy123%2Fcopa/lists"}