Management scripts for the Claw Recall Discord community server.
Auto-assigns the Community role to Discord members who meet engagement criteria:
- Joined 7+ days ago
- Sent 5+ messages in the server
Runs via cron. Requires a Discord bot token with MANAGE_ROLES permission.
Usage:
python3 community_role.pyConfiguration:
Set DISCORD_BOT_TOKEN in the environment or in a config file at the path specified by --config.
MIT