This script facilitates automating transfer of clipboard from one or more users to their friend using https://dweet.io
pip install -U webclipboard
If you are on Linux and you don't have xclip, install xclip using sudo apt install xclip
webclipboard --mode=master --channel=math123 --debug
webclipboard --mode=slave --channel=math123 --debug
** Make sure both master and slaves use the same channel name**