Telegram bot for automatically banning spammers in Telegram chats. Can generate captcha, reports and has integration with LLM.
Stars
28
Forks
2
Watchers
28
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
144
commits
Add bin directory to paths monitored in checkout workflow
86281a5View on GitHubUpdate bot.dart to include commented-out Keep-Alive header in API request
c972930View on GitHubImplement log retention by deleting logs older than 14 days and update schema version to 9
aa50e7eView on GitHubRefactor quote validation in Summarizer to ensure quotes are present in original messages
412503cView on GitHubEnhance quote handling in Summarizer to skip short quotes and use full message if appropriate
011f9f5View on GitHubRefactor quote handling in Summarizer to improve message matching and prevent empty quotes
ca8424dView on GitHubTrim whitespace in quote comparison to improve message matching accuracy
8b604d7View on GitHubUpdate query for most active users to require more than 9 messages for inclusion
a15f575View on GitHubAdd check for empty string in escapeMarkdownV2 method to prevent unnecessary processing
81e3c2fView on GitHubSimplify character escaping logic in Bot class by removing unnecessary variable assignment
00cb7e7View on GitHubRefactor message handler to use a set for type checking and comment out redundant ban logic
ac74cfdView on GitHub