Skip to content

ifabos/clipserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipserver

A simple web-based clipboard sharing server that allows you to access your clipboard content through a web interface.

Features

  • Web interface for viewing and modifying clipboard content
  • Secure authentication with randomly generated token
  • Easy to use API for clipboard operations
  • Cross-platform compatibility

Installation

pip install wclip

Usage

Command Line

Simply run the clipserver command:

clipserver

Or run as a module:

python -m clipserver

Options

clipserver [--port PORT] [--no-browser]
  --port PORT      Specify the port to run the server on (default: 8080)
  --no-browser     Don't automatically open the browser
  --help           Show this help message

As a Library

from clipserver import start_server

# Start with default settings
start_server()

# Or with custom settings
start_server(port=9090, open_browser=False)

Security

  • The server generates a random 8-character password on startup
  • Authentication uses username "clipboard" and the generated password
  • Only authenticated users can access clipboard data
  • Sessions are maintained using secure cookies

Requirements

  • Python 3.6+
  • pyperclip

License

MIT License - see the LICENSE file for details.

About

WebClipboard is used to operate with server clipboard🚀🚀🚀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages