/cloudkeeper

(discontinued) :electric_plug: Don't let IRCCloud disconnect you from the network.

Primary LanguagePythonOtherNOASSERTION

cloudkeeper Docker Badge

Don't let IRCCloud disconnect you from the network. Keep being connected!

Tachikoma doing some IRC

Tachikoma doing some IRC (?)

 

How to run

A. With docker

docker run -d --restart=always \
  -e CLOUDKEEPER_EMAIL=user@example.com \
  -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 CLOUDKEEPER_EMAIL=user@example.com
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.