A KarmaBot made with python and created for Penguins Network.
To deploy this project run
cp sample_config.env config.env
vim config.env #Use other editor if you want
pip3 install -r requirements.txt
python3 -m Karma
cp sample_config.env config.env
vim config.env #Use other editor if you want
poetry install
poetry run python -m Karma
cp sample_config.env config.env
vim config.env #Use other editor if you want
docker build . -t karmabot
docker run karmabot