Llamas act as effective, natural guardians for alpacas by utilizing their territorial, assertive behavior to deter predators like coyotes, foxes, and loose dogs.
A Telegram moderation bot, inspired by Combot and Shieldy. Still not a complete anti-spam solution, but can be used with other bots' captcha/anti-spam features. Written in Gleam (Erlang VM).
- Erlang/OTP 27+
- rebar3
- cheapest 1gb/1cpu vps
https://gleam.run/getting-started/installing/
Make a cp .env.example .env and provide bot token.
Run gleam run or ./run_with_log.sh - it makes live stdout log into app.log and restarts after failure
use /help or /start in a private chat
- Resource files used by the bot are in the
res/directory. Ensure these are present:res/female_names.txtres/female_names_rus.txt
These lists are used by the female-name check feature.
If you'd like to make a PR, please:
- Ensure you saved dependency structure: models <- infra <- features/middlewares <- bot
- Try to avoid unnecessary identation (let code grow vertically). Use bool.guard, result.try etc.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.