Skip to content

Laplace is a Discord bot which collects statistics about a server and its users.

License

Notifications You must be signed in to change notification settings

Shirleh/Laplace

Repository files navigation

Laplace

Laplace is a Discord bot which collects statistics about a server and its users.

Getting started

Installation

Prerequisites

Installation

  • Clone the repository.
git clone https://github.com/Shirleh/Laplace.git
  • Start an instance of InfluxDB and set it up.
docker-compose up -d influxdb
  • Generate a read/write token in the InfluxDB UI and save it inside a file influx2_token.txt.
echo "shy-influx2-token" > influx2_token.txt
  • Optionally configure docker-compose.prod.yml to change default Influx properties.
  • Copy the Discord token from the Discord Developer Portal and save it inside a file discord_token.txt.
echo "promiscuous-discord-token" > discord_token.txt
docker-compose up -d

Contributing

You can find more information about contributing to Laplace here.

License

AGPLv3

About

Laplace is a Discord bot which collects statistics about a server and its users.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published