TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14745 · May 24

#python#allowlist#blocklist#disposable#domain#email#filter#hacktoberfest#pypi This resource provides a comprehensive, regularly updated list of disposable email domains used to block fake or temporary email addresses that people often use to spam or abuse online services. By using this list, you can prevent users from registering with throwaway emails, improving the quality and security of your user base. It offers easy integration examples in many programming languages, helping you quickly check if an email is disposable and reject it if needed. This keeps your system cleaner, reduces spam, and ensures users provide real, permanent emails for better communication and trust. The list is free to use and open for contributions, making it reliable and community-supported. https://github.com/disposable-email-domains/disposable-email-domains

Results

2 similar posts found

Search: #restart

当前筛选 #restart清除筛选
整点猫咪Channel

@GetMoeCats · Post #703 · 12/30/2025, 01:18 AM

TeleBox: kitt 插件实现自动延迟删除消息 1. 安装 .tpm i kitt 2. 配置 .kitt add 自动延迟删除消息 return ['-1001771725356'].includes(msg.chatId.toString()) && ['/report'].includes(msg.text) setTimeout(async () => { try { await msg.delete() } catch (e) {}; }, 15 * 1000); 在 -1001771725356 的对话中延迟 15 秒删除 /report 其中对话 ID 匹配逻辑也已换成使用对话的 title 或者 username, 类似这样: [`折腾啥`].includes(msg.chat.title) [`zhetengsha_group`].includes(msg.chat.username) 不知道怎么查对话信息的 可以用 .entity 命令 要注意 js 的语法, 有的群名称里可能带引号 在各位群友的努力下, 目前(2025-12-30) 拥有 105 个插件 今后会持续带来新的插件和插件的用法说明 敬请期待 可在 📦 仓库 | 🧩插件 | 👥群组 | 📢频道 查看 🤭TeleBox 合集🧐频道资源合集😄恰饭推荐💬群组 🥰#TeleBox#Telegram#tg#人形自走机器人#bot#插件#脚本#restart#keep_online#保活#自动重启

菠萝菜鸡头

@Hellowoead · Post #122 · 03/15/2026, 02:25 PM

TeleBox: 保活自动重启之外部监控版 ▎原理 脚本保活定时将时间戳写入某个文件 外部(如宿主机 crontab) 定时检测这个文件. 按需重启服务/容器 容器版需要自己注意在宿主机上 文件到底在哪个路径. 一般可用 docker inspect xxx 看下到底映射了啥路径 ▎ 说明 1. 安装 .tpm i keep_online 2. 定时任务脚本供参考 记得查看内容, 理解一下上面的逻辑, 把需要修改的部分改成适合你的环境的. 我写的都是我宿主机直接跑的路径和命令, 你要改成你的 ▎相关 🟢设置代理解决无法连接到 Telegram 在各位群友的努力下, 目前(2025-11-17) 拥有 94 个插件 今后会持续带来新的插件和插件的用法说明 敬请期待 可在 📦 仓库 | 🧩插件 | 👥群组 | 📢频道 查看 🤭TeleBox 合集🧐频道资源合集😄恰饭推荐💬群组 🥰#TeleBox#Telegram#tg#人形自走机器人#bot#插件#脚本#restart#keep_online#保活#自动重启