@hackage poke0.0.0.1
Discord verification bot
Categories
License
MPL-2.0
Maintainer
Hugh Sipiere
Links
Versions
- 0.0.0.1 Thu, 5 Nov 2020
Deprecated
Dependencies (16)
- base >=4.7 && <5
- calamity >=0.1.20.1 && <0.1.21
- dhall >=1.35.0 && <1.36.1
- di >=1.3 && <1.3.1
- di-polysemy >=0.2.0.0 && <0.2.1
- generic-lens >=2.0.0.0 && <2.0.1 Show all…
Dependents (0)
Poke
Verification bot for registers with full name and email
Poke is an interactive verification bot for registers with full name, email and photo ID requirements.
Features:
- All verification forms sent to a verification channel
- Messages configurable with Dhall (except most admin messages in English)
- Verification forms can be reset by those with admin role using a command giving a reason
- Parser for full names, supporting unicode and requiring an underscore if no surname.
- Sane defaults
- Low memory usage (high cpu/memory usage for compile however)
- Written in Haskell using Polysemy with Calamity effects
- No database needed
To build run:
stack build
This build depends on libtinfo-dev for Ubuntu 20.04.
The configuration is in config.dhall, this needs to be copied and filled in from config.dhall.empty.
Bot tokens can be found in the Discord Developer Portal after creating a bot.
ID numbers, or Snowflakes, can be found in the UI by right clicking on something after enabling developer mode in Appearance under the settings.