Skip to content

The-Penguins-Club/PenguinsKarmaBot

Repository files navigation

Penguins Karma Bot

A KarmaBot made with python and created for Penguins Network.

Deployment

To deploy this project run

In a normal unix shell

  cp sample_config.env config.env
  vim config.env #Use other editor if you want
  pip3 install -r requirements.txt
  python3 -m Karma

In Poetry

  cp sample_config.env config.env
  vim config.env #Use other editor if you want
  poetry install
  poetry run python -m Karma

In Docker (Recommanded)

  cp sample_config.env config.env
  vim config.env #Use other editor if you want
  docker build . -t karmabot
  docker run karmabot

About

A simple Karma bot without any feature. -_-

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published