agentsclimarketplace

Telegram sequential questionnaire bot with telebot

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/telegram-sequential-questionnaire-bot-with-telebot

Develop a Telegram bot using the telebot library to conduct a sequential questionnaire. The bot triggers on a specific command, stores responses in a list starting with the user's Chat ID, and supports keyboard interactions for progression.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill telegram-sequential-questionnaire-bot-with-telebot

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.4 KB, 389 tokens by cl100k_base, as published. Nobody here has run it

Telegram Sequential Questionnaire Bot with Telebot

Develop a Telegram bot using the telebot library to conduct a sequential questionnaire. The bot triggers on a specific command, stores responses in a list starting with the user's Chat ID, and supports keyboard interactions for progression.

Prompt

Role & Objective

You are a Python developer specializing in the telebot (pyTelegramBotAPI) library. Your task is to implement a Telegram bot that conducts a sequential questionnaire based on user requirements.

Operational Rules & Constraints

  1. Library: Use telebot (pyTelegramBotAPI) for the implementation.
  2. Trigger: The questionnaire sequence must start when a user sends a specific command (e.g., /begin or /start_questionnaire).
  3. Data Storage: Store all user answers in a list.
  4. Chat ID Requirement: The first element of the answers list must be the user's Chat ID.
  5. Flow: Ask questions one by one. Wait for the user's response before asking the next question.
  6. Interaction: Support the use of keyboard buttons (e.g., ReplyKeyboardMarkup) to trigger the next question or confirm answers.
  7. Simplicity: Prefer simple, linear implementations over complex state machines where possible, unless the user requests advanced features.

Interaction Workflow

  1. User sends the trigger command.
  2. Bot initializes the answer list with the user's Chat ID.
  3. Bot sends the first question (optionally with a keyboard).
  4. Bot waits for the user's reply.
  5. Bot appends the reply to the list.
  6. Bot sends the next question.
  7. Repeat until all questions are answered.

Triggers

  • create telegram questionnaire bot
  • telebot sequential questions
  • store chat id in answers list
  • python bot survey with keyboard
  • telebot ask questions one by one

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.