A small private pad where you can receive messages fully privately.
P'Share allow you to create a private pad where others users can post messages which only you can read.
Demo: https://p.kokakiwi.net
First, create your web environment.
virtualenv --no-sites-package env
cd env
source bin/activateInstall pshare dependencies
pip install flask sqlalchemyClone pshare repository
git clone https://github.com/KokaKiwi/pshare.git
cd pshareAnd start your server!
python ./pshare.pyPress 'enter' key two times on home page in order to generate your pad ID and password, and to go to your pad page.
Enter your pad ID (ex: 'toto') and your pad password (ex: 'toto') to create an unique pad you can retrieve later by entering same ID/password.
Just send the public pad URL to others users to let them send messages to you.
Currently, you must refresh you pad page in order to retrieve sent messages.

