9194
Share your bots, comment, test and have fun! Rules: Speak in English, Don't spam/advertise channels or groups that aren't bot related, respect other members, use common sense. @BOTLIST 🌟 @BotListBot 🤖 @BotListCollections 📔
SenseHunter is a party game about explaining rare and forgotten words. The host sees a word and its definition on the phone. Players propose versions of the word's meaning using logic and deduction. The host does not answer direct questions but gives subtle hints. Points are awarded based on how early the word is guessed. The first player to reach the winning score or rounds becomes the champion.
Game modes include Fixed Host, where one person hosts the entire game, and Hot Seat, where the host role rotates after each round. Advanced options include a timer, a fixation rule that adds risk and reward, and an option to exclude already played words. The game supports Russian and English languages and works seamlessly inside Telegram.
SenseHunter is perfect for gatherings, language enthusiasts, and anyone who enjoys word puzzles and social deduction.
/channel/sense_hunter_bot/sensehunter
Shhh... quiet now.
Muted Anshu.
Reason:
This isn't a movie request group. Bots / channels that offer movies are illegal. telegram.org/tos
Can't stop the riddle just tell what is that otherwise leave
Читать полностью…
Why are people expecting random things from someone they don't know
Читать полностью…
You must be sure where to put the question and where to put the answer
Читать полностью…
User kix has 1/3 warnings; be careful!
Reason:
Don't send referral links here. If you want to advertise a bot, do it with username ONLY.
You can also create your own label based on the bot - the developers added this opportunity for partners to earn.
You’ll be able to grow your own bot with the functionality of the main service.
Create a channel and send reactions to your channel’s post worth at least 1000 Stars.
After 21 days, you will be able to exchange the earned Stars for TON via Fragment.
The exchange fee is 15%. KYC verification on Fragment is required for withdrawal.
Idk as I didn't saw any bot supporting this feature yet may be others would let you know if they got any
Читать полностью…
This chat provide bots only...if you are facing any problems with the bot, visit their owner's dm or their bot's support (not Telegram's bot support)
Читать полностью…
Thank you very much, I didn’t know that. I’ve already integrated the free OpenIA API, and I’ll finish setting up the bot tomorrow.
Читать полностью…
⚡️ Introducing @AIOVibeBot
Build smarter Telegram bots directly inside Telegram.
✦ Commands & auto replies
✦ Buttons, menus & flows
✦ Broadcasts & automation
✦ AI-powered experiences
Modern. Powerful. Scalable.Читать полностью…
@LocalynBot — Translate globally. Ship faster. Stay focused on what matters.
Читать полностью…
Oh, absolutely!
You can totally build a GitBot for Telegram. Developers do it all the time to get real-time notifications for GitHub or GitLab events (like pushes, pull requests, or issues).
Here is how it usually works:
You create a standard Telegram bot via @BotFather.
You use Webhooks on GitHub/GitLab to ping your bot's server whenever something happens in the repository.
Your bot processes that data and drops a clean notification right into your chat or group.
Super doable, and honestly, a great project to build!
What I'm talking about is similar to what's on tg story rn
It's the last post
Because they are motivated by AI to start coding... and when they start, they get stuck and bother us with these A.I generated codes.
They really don't know the right path.
Do you know that what programming language is used in this script...??
Читать полностью…
i want to add it in open ai but not able to bcs it needs money as i do not have a account anyone can help me to create will be helpful and please shame me the bot i will be hekpful
Читать полностью…
require("dotenv").config();
const TelegramBot = require("node-telegram-bot-api");
const OpenAI = require("openai");
const bot = new TelegramBot(process.env.TELEGRAM_BOT_TOKEN, {
polling: true,
});
const openai = new OpenAI({
apiKey: process.env.OPENAI_API_KEY,
});
bot.on("message", async (msg) => {
const chatId = msg.chat.id;
const userMessage = msg.text;
bot.sendMessage(chatId, "Analyzing job description...");
try {
const completion = await openai.chat.completions.create({
model: "gpt-4.1-mini",
messages: [
{
role: "system",
content: `
You are an AI Resume and Interview Assistant.
Your tasks:
1. Analyze the job description.
2. Create an ATS-optimized resume.
3. Extract important keywords.
4. Improve resume bullet points.
5. Generate STAR interview answers.
6. Generate likely interview questions.
7. Explain what changes were made.
8. Keep formatting professional.
`,
},
{
role: "user",
content: userMessage,
},
],
});
const reply =
completion.choices[0].message.content;
bot.sendMessage(chatId, reply);
} catch (error) {
console.error(error);
bot.sendMessage(chatId, "Error occurred.");
}
});
If you want to buy Stars with any cryptocurrency or Telegram Premium without passing KYC on Fragment, use @TGivo_bot.
Читать полностью…
When I go to edit the question in the bot, the answer is different, but when I start the test, it shows a different answer.
Читать полностью…