TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14813 · Jun 9

#javascript#ai#cursor#cursor_ai#cursorai#lovable#lovable_dev#roocode#task_manager#tasks#tasks_list#windsurf#windsurf_ai Task Master is a tool that helps manage tasks using AI. It works with different AI models like Claude and supports various providers such as OpenAI and Anthropic. Users can set up tasks, track progress, and even switch between AI models easily. This tool is useful for developers who need to organize their work efficiently and want flexibility in choosing the best AI model for their projects. It helps streamline tasks and improve productivity by automating some processes and providing clear guidance on what to do next. https://github.com/eyaltoledano/claude-task-master

Results

38 similar posts found

Search: #telegrambot

当前筛选 #telegrambot清除筛选
星闪科研室

@star_gleam · Post #70 · 03/29/2023, 06:17 PM

#V2Board定制#TelegramBot 接上,有朋友反馈想要签到功能。现在,它来了。 由于 V2Board 的用户数据库没有设计最后签到时间的 field,本着尽量无侵入式的二开,把用户的最后签到时间放在 Redis 中,失效时间为第二天的凌晨 0 点(服务器的时区)。

星闪科研室

@star_gleam · Post #63 · 03/21/2023, 03:19 PM

#V2Board定制#TelegramBot 机场主启用了 Telegram Bot 功能,用户在初次使用的时候没有相关欢迎语和提示,这点不是很人性化,会让用户一头雾水不知如何使用。对 V2Board 增加了 start 命令,方便用户使用机器人。 顺便在流量查询的时候加上了绑定账号,方便用户知道是哪个账号的流量使用情况。

ᴘɪxᴇʟ ᴛᴇᴄʜ

@hacklodges · Post #271 · 04/17/2026, 03:02 AM

🤖 Search Bot 🎭 : #SearchBot, #TelegramBot 👄 : English 🇬🇧 ⭐️ : 5.0 ⭐️ 💬 With @Argo, exploring Telegram becomes effortless! 🚀 Type any keyword — like books 📚, movies 🎬, games 🎮, crypto 💰, or anything else — and instantly discover groups, channels, videos 📹

ᴘɪxᴇʟ ᴛᴇᴄʜ

@hacklodges · Post #258 · 03/19/2026, 08:28 PM

🤖 Search Bot 🎭 : #SearchBot, #TelegramBot 👄 : English ⭐️ : 5.0 💬 With @Argo, exploring Telegram becomes effortless! Type any keyword — like books, movies, games, crypto, or anything else — and instantly discover groups, channels, videos, audios, pictures, and more.

耕读频道

@iGengdu · Post #329 · 06/06/2024, 08:40 AM

#AI#Coze#Telegrambot#ChatGPT#Gemini 分享一篇我的博文:基于Coze和Telegram自制ChatGPT-4服务 (同步于iGengdu博客) 写教程不易,中途几次想放弃;如果对你有益,请帮忙关注、点赞。谢谢。 请结合本频道之前的分享一起阅读,包括但不限于: 如何用Coze.com搭建ChatGPT-4机器人? 英语学习,推荐使用“豆包” 📢频道✈️群聊 (耕读)📬投稿

AnimerCN Library 中文动漫库

@AnimerCN · Post #533 · 11/22/2023, 04:50 PM

之前想和大家一起玩的游戏终于上线 🖥 🚀TapFantasy 11月21号正式上线 TON💎上第一款MMORPG 游戏 现在 三个活动正在进行,大家快来参与~ 活动一: 现在加入冒险瓜分玩家奖励 101k $MC 和 12k $TON 活动详情:https://link.medium.com/SnQj0YpFyEb 活动二: 如果再邀请朋友来一起游玩更能瓜分奖励 1,000 $TON和$MC等你来拿! 🎮💰 活动详情:https://link.medium.com/VSXWtnUpUEb 活动三(本群专属活动): 透過下方連結參與的人 👇 將參與本群的专属抽獎活動 將有機會瓜分遊戲專屬NFT(可交易)💰 出稿当下价值 20MC(10USD) 👉 👉立即参与游戏 👈 👈 如果对TON或者游戏有任何问题请来 @animerorg #TapFantasy#TON#Telegrambot

VPS自留地

@zx_vps · Post #1971 · 09/25/2025, 12:09 PM

#TelegramBot#CloudflareWorkers#无服务器部署 在 Cloudflare Workers 上部署运行 Telegram Bot 这是一个极简示例项目,展示如何在 Cloudflare Workers 上运行 具有反诈功能的Telegram 机器人。 主要内容: • 通过 Webhook 接收消息,支持回声回复、命令处理、内联按钮、内联查询等功能。 • 提供多个示例脚本: • bot.js:最基础的回声机器人; • bot2.js:支持命令和 MarkdownV2 消息; • bot3.js:演示内联查询与 Workers KV 存储; • bot4.js:实现随机表情等趣味回复。 • 部署步骤简单:在 Cloudflare Workers 新建服务,设置 BOT_TOKEN 与 BOT_SECRET 环境变量,复制脚本并注册 Webhook 即可运行。 该项目采用 CC0-1.0 协议,适合作为学习和快速部署 Telegram Bot 的模板。 🔘@TossLab🔘@TossLabChannel

折腾实验室频道

@TossLabChannel · Post #790 · 09/25/2025, 12:05 PM

#TelegramBot#CloudflareWorkers#无服务器部署 在 Cloudflare Workers 上部署运行 Telegram Bot 这是一个极简示例项目,展示如何在 Cloudflare Workers 上运行 具有反诈功能的Telegram 机器人。 主要内容: • 通过 Webhook 接收消息,支持回声回复、命令处理、内联按钮、内联查询等功能。 • 提供多个示例脚本: • bot.js:最基础的回声机器人; • bot2.js:支持命令和 MarkdownV2 消息; • bot3.js:演示内联查询与 Workers KV 存储; • bot4.js:实现随机表情等趣味回复。 • 部署步骤简单:在 Cloudflare Workers 新建服务,设置 BOT_TOKEN 与 BOT_SECRET 环境变量,复制脚本并注册 Webhook 即可运行。 该项目采用 CC0-1.0 协议,适合作为学习和快速部署 Telegram Bot 的模板。 🔘@TossLab🔘@TossLabChannel

AppPie

@AppPie · Post #2342 · 02/27/2025, 04:05 AM

#Apps MoePush: 可爱的多渠道消息推送服务 🔗GitHub MoePush 是一个基于 Next.js + Cloudflare 技术栈构建的消息推送服务,支持多种推送渠道,界面精美,使用简单。项目完全开源。 核心特性 • 多渠道支持:集成钉钉、企业微信、Telegram 等多种消息推送平台 • 简单易用:提供简洁 API 接口,支持多种消息模板,便于快速集成 • 开源免费:完全免费,代码开源透明 • 精美 UI:采用 shadcn/ui 组件库,提供现代化界面设计 已支持渠道 • 钉钉机器人 • 企业微信应用 • 企业微信机器人 • Telegram 机器人 技术实现 • 框架: Next.js (App Router) • 平台: Cloudflare Pages • 数据库: Cloudflare D1 (SQLite) • 认证: NextAuth 配合 GitHub 登录 • 样式: Tailwind CSS • UI 组件: 基于 Radix UI 的自定义组件 • 类型安全: TypeScript • ORM: Drizzle ORM MoePush 提供完整的自托管部署,支持通过 GitHub Actions 自动部署到 Cloudflare Pages,简化运维流程。 开源许可证 项目采用 MIT 许可证,欢迎社区贡献。 #GitHub#Nextjs#Cloudflare#OpenSource#TelegramBot 📮 频道 @AppPie

ChatGPT AI Technology News

@chatgpt_officialnews · Post #330 · 11/10/2025, 09:18 PM

🎉New Feature: Talk to AI with Your Voice! ✨ You can now use voice messages to chat with our AI bot! Here's what's new: 🎤What can you do? • Send voice messages instead of typing • Get instant transcriptions in your language • Ask questions about what you said • Translate any language to English 🌍Works in Multiple Languages: English, Persian, Russian, Hindi, Arabic, Indonesian, Turkish, Portuguese, Chinese 💰How much does it cost? • Transcription: 100 tokens per second of voice • AI Chat: 100 tokens/second + normal AI costs • Free tokens available daily! 🚀Try it now: 1. Record and send a voice message to @chatgpt_officialbot 2. Choose what you want to do with it 3. Get instant results! 🎯Perfect for: • Quick notes and reminders • Language practice • Hands-free chatting • Long messages you don't want to type No more typing long messages - just talk to AI! 🗣✨ ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#Update#VoiceAI#TalkToAI#TelegramBot ➖➖➖➖🔺

极客情报局

@funletu · Post #2299 · 01/13/2024, 12:23 PM

Z-Library|找回回家网址 Zlibrary,KK下载书籍都是在这个网站。就不多介绍了,几经波折,依然还坚强地活着。现把Zlibrary的各平台链接进行了整理,方便大家查找使用。 支持平台:#Windows#macOS#Linux#Android#Chrome#Web#Telegrambot 官方网站:https://go-to-zlibrary.se/ 软件下载:https://go-to-zlibrary.se/desktop_app_tab 电报英文:https://t.me/zlibrary_official 电报中文:https://t.me/zlib_china_official 推特账号:https://twitter.com/Z_Lib_official 哔哩哔哩:https://space.bilibili.com/3494351363640156 洋葱链接:http://loginzlib2vrak5zzpcocc3ouizykn6k5qecgj2tzlnab5wcbqhembyd.onion/ (需使用tor浏览器) 微信公众号:zlibrary_official https://geekerline.com/circle/75830.html

ChatGPT AI Technology News

@chatgpt_officialnews · Post #96 · 05/07/2025, 04:16 PM

🚨 MAJOR UPDATE + NEW NAME INCOMING! 🚨 Hey, digital explorers! Big news: your favorite Telegram AI buddy just got a mega upgrade—and it’s rocking a brand-new identity! Say hello to NeuralHubs AI 🧠⚡️ We’ve outgrown our old circuits, and this evolution is more than just a fresh coat of paint—it’s a full-on AI metamorphosis. 🦋🤖 ✨What’s new? 💡 Smarter than ever: Upgraded intelligence engine—wittier, wiser, and way more helpful. ⚡️ Blazing fast replies: Because patience is sooo pre-2024. 🌍 Multilingual mastery: Chat in your language—we now support way more of them! 🛠 Powerful new tools: From content gen to file help—we’ve got fresh tricks. 🔒 Improved privacy: Because your secrets are safe with NeuralHubs. 🤫 🎨 Sleek new interface & name: Welcome to NeuralHubs AI—your smart assistant HQ. 🧠 Why this matters: This isn’t just an update. It’s a new era. NeuralHubs AI is built to serve creators, students, thinkers, and memers alike—with intelligence that adapts to you. 📣 So next time you see the name NeuralHubs AI, just know—it’s your trusty AI pal, now upgraded and ready for greatness. ➖➖➖➖🔻 💎@Chatgpt_OfficialNews → Soon to be @NeuralHubsNews 🤖 BOT: @Chatgpt_OfficialBOT → Soon @NeuralHubsBot #️⃣#NeuralHubsAI#AIUpdate#TelegramBot#NextGenAI ➖➖➖➖🔺

PreviousPage 1 of 4Next