Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 578 Bytes

File metadata and controls

19 lines (11 loc) · 578 Bytes

webclipboard

Share your clipboard with your friends using the web

This script facilitates automating transfer of clipboard from one or more users to their friend using https://dweet.io

Installation

pip install -U webclipboard

If you are on Linux and you don't have xclip, install xclip using sudo apt install xclip

Sharing your clipboard

webclipboard --mode=master --channel=math123 --debug

Receiving someone's clipboard

webclipboard --mode=slave --channel=math123 --debug

** Make sure both master and slaves use the same channel name**