All Projects â†’ simnalamburt â†’ cloudkeeper

simnalamburt / cloudkeeper

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
🔌 Don't let IRCCloud disconnect you from the network.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

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 [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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].