Skip to content

A simple paste bin program for sending files and text to multiple devices

License

Notifications You must be signed in to change notification settings

Jobenland/Paste-Bin-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste Bin Server

Version: 1.0.0

Author

Jonathan Obenland

About

I always struggled getting links from my phone to other computers and was frusturated dealing with overly complex systems for such a simple idea

How-To

Users can navigate to the website and enter any text they may want to send. Users will then add a key to the text that will be able to grab the text from another computer. Users can then navigate to the retrieve text option, enter their key, and copy the text.

Create a virtual environment

pyenv virtualenv venv
pyenv activate venv
pip install -r requirements.txt

Run

python manage.py runserver
python manage.py runserver --host=<enter IP>

Credits

Thanks to

  1. Daniel Abeles for other help

About

A simple paste bin program for sending files and text to multiple devices

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published