{"id":20084913,"url":"https://github.com/tranphuquy19/pynestclipsync","last_synced_at":"2026-05-05T13:38:09.194Z","repository":{"id":102182527,"uuid":"364756795","full_name":"tranphuquy19/PyNestClipSync","owner":"tranphuquy19","description":"A simple tool to two-way sync your clipboard between computers","archived":false,"fork":false,"pushed_at":"2021-05-15T03:57:59.000Z","size":177,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T14:24:43.549Z","etag":null,"topics":["clipboard","nestjs","python3","socket-io"],"latest_commit_sha":null,"homepage":"https://clipsync.doramatching.tk","language":"TypeScript","has_issues":true,"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/tranphuquy19.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-06T02:01:34.000Z","updated_at":"2021-05-15T03:58:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2a0a63f-d40e-4ac6-ba5d-175459df1f79","html_url":"https://github.com/tranphuquy19/PyNestClipSync","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tranphuquy19/PyNestClipSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranphuquy19%2FPyNestClipSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranphuquy19%2FPyNestClipSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranphuquy19%2FPyNestClipSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranphuquy19%2FPyNestClipSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranphuquy19","download_url":"https://codeload.github.com/tranphuquy19/PyNestClipSync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranphuquy19%2FPyNestClipSync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261759519,"owners_count":23205566,"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":["clipboard","nestjs","python3","socket-io"],"created_at":"2024-11-13T15:53:48.368Z","updated_at":"2026-05-05T13:38:04.177Z","avatar_url":"https://github.com/tranphuquy19.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python NestJS Clipboard Synchronization\n\nAgents can use the Clipboard Synchronization feature to transfer text in both directions between devices, using Socket.io written in TypeScript and Python3\n\n## Installation guide\n\n* This project requires python \u003e= 3.6 (client side), and NodeJS 12 (server side)\n\n1. Clone this project\n\n```bash\ngit clone https://github.com/tranphuquy19/PyNestClipSync.git\n```\n\n2. Install dependencies\n\n```bash\ncd PyNestClipSync\npip3 install python-socketio[client]==4.6.0 python-socketio[asyncio_client] pyperclip python-engineio==3.14.2 aiohttp\n```\n\n**Note**: If you are using linux OS please install `xclip` before moving on to the next step. By:\n\n```bash\nsudo apt install xclip -y # ubuntu, debian\nsudo yum install xclip -y # centos, redhat\n```\n\n3. Add the room names you want to join to the file `rooms.txt`. Example:\n\n```bash\npublic\nmy-room1\nmy-room2\n```\n\n**Note**: All messages of room `public` will be displayed at [https://clipsync.doramatching.tk](https://clipsync.doramatching.tk)\n\n**Warning**: Be careful when copying sensitive data like `password`, `credentials`, etc. when you are in room `public`. Should name your room complicated to protect your sentitive data, example: `BYUuBui87jj`\n\n4. Start the app\n\n```bash\npython3 main.py\n```\n\n![demo](/demo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranphuquy19%2Fpynestclipsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranphuquy19%2Fpynestclipsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranphuquy19%2Fpynestclipsync/lists"}