cloudkeeper
cloudkeeper copied to clipboard
:electric_plug: Don't let IRCCloud disconnect you from the network.
trafficstars
cloudkeeper 
Don't let IRCCloud disconnect you from the network. Keep being connected!

Tachikoma doing some IRC (?)
How to run
A. With docker
docker run -d --restart=always \
-e [email protected] \
-e CLOUDKEEPER_PASSWORD=yoursecretpassword \
ghcr.io/simnalamburt/cloudkeeper
B. Without docker
Requires Python 2.6+ or 3.3+.
# Setup virtualenv first
pip install --editable .
export [email protected]
export CLOUDKEEPER_PASSWORD=yoursecretpassword
python -m cloudkeeper
Testing
pip install flake8
flake8
Packaging
pip install wheel
python setup.py sdist bdist_wheel
cloudkeeper is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.