awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rubenlagus avatar

rubenlagus/TelegramBots

0
View on GitHub↗
5,467 स्टार्स·1,356 फोर्क्स·Java·MIT·5 व्यूज़telegram.me/JavaBotsApi↗

TelegramBots

TelegramBots Java के लिए एक बॉट फ्रेमवर्क और Telegram मैसेजिंग प्लेटफ़ॉर्म के लिए एक क्लाइंट है। यह स्वचालित सहायक बनाने के लिए आवश्यक उपकरण प्रदान करता है जो संदेश भेजने और प्राप्त करने और उपयोगकर्ता इंटरैक्शन को प्रबंधित करने के लिए मैसेजिंग API के साथ संचार करते हैं।

यह प्रोजेक्ट कस्टम कीबोर्ड और इनलाइन बटन के माध्यम से संवादात्मक इंटरफ़ेस के निर्माण को सक्षम बनाता है। यह मल्टीमीडिया सामग्री के वितरण का समर्थन करता है, जिससे बॉट दस्तावेज़, फ़ोटो और अन्य मीडिया फ़ाइलें भेज और प्राप्त कर सकते हैं।

यह फ्रेमवर्क पोलिंग या वेबहुक के माध्यम से बॉट अपडेट को संभालता है और स्वचालित मैसेजिंग वर्कफ़्लो के कार्यान्वयन का समर्थन करता है। यह इंटरैक्टिव इंटरफ़ेस डिज़ाइन और बॉट सेवाओं के प्रबंधन के लिए क्षमताएं प्रदान करता है।

Features

  • Telegram Bot Frameworks - Provides a specialized Java framework for building interactive agents on the Telegram platform.
  • REST API Integrations - Provides the core integration logic for communicating with the Telegram messaging service via RESTful HTTP endpoints.
  • Bot Frameworks - Offers a set of tools and libraries for building, managing, and interacting with automated messaging bots in Java.
  • Messaging API Integrations - Provides a comprehensive library for connecting Java applications to the Telegram messaging platform.
  • Telegram API Integrations - Acts as a programmatic client for interacting with the Telegram platform via polling and webhooks.
  • Conversation Flow Design - Provides tools to design multi-turn interaction paths using interactive menus and buttons.
  • Automated Chat Media Delivery - Implements automated delivery of multimedia content specifically for users within the Telegram chat platform.
  • Messaging Media Uploads - Allows bots to transmit documents, photos, and other media to users by uploading files or using identifiers.
  • Command and Pattern Routing - Routes incoming user text and command patterns to specific logic handlers within the bot.
  • Messaging Automation - Facilitates the creation of systems that automate repetitive communication tasks via real-time event triggers.
  • Webhook Event Receivers - Includes a listener to receive and route incoming webhook payloads sent from the Telegram API server.
  • Messaging Update Processors - Processes incoming events and messages from the Telegram API and routes them through handler sequences.
  • Long-Polling Queries - Provides a long-polling mechanism to fetch updates from the Telegram API without requiring a public endpoint.
  • Conversational UI Elements - Enables the creation of custom keyboards and inline buttons to provide structured input options for users.
  • Bot Frameworks - Java library for bot creation.

स्टार हिस्ट्री

rubenlagus/telegrambots के लिए स्टार हिस्ट्री चार्टrubenlagus/telegrambots के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

rubenlagus/telegrambots क्या करता है?

TelegramBots Java के लिए एक बॉट फ्रेमवर्क और Telegram मैसेजिंग प्लेटफ़ॉर्म के लिए एक क्लाइंट है। यह स्वचालित सहायक बनाने के लिए आवश्यक उपकरण प्रदान करता है जो संदेश भेजने और प्राप्त करने और उपयोगकर्ता इंटरैक्शन को प्रबंधित करने के लिए मैसेजिंग API के साथ संचार करते हैं।

rubenlagus/telegrambots की मुख्य विशेषताएं क्या हैं?

rubenlagus/telegrambots की मुख्य विशेषताएं हैं: Telegram Bot Frameworks, REST API Integrations, Bot Frameworks, Messaging API Integrations, Telegram API Integrations, Conversation Flow Design, Automated Chat Media Delivery, Messaging Media Uploads।

rubenlagus/telegrambots के कुछ ओपन-सोर्स विकल्प क्या हैं?

rubenlagus/telegrambots के ओपन-सोर्स विकल्पों में शामिल हैं: go-telegram-bot-api/telegram-bot-api — This is a Go package that wraps the Telegram Bot API, providing a client library for building automated bot… kotlin-telegram-bot/kotlin-telegram-bot — This library is a type-safe Kotlin framework designed for building automated messaging services on the Telegram… pyrogram/pyrogram — Pyrogram is an asynchronous Python framework for interacting with the Telegram MTProto API. It serves as both a bot… telegraf/telegraf — Telegraf is a Node.js framework and typed API wrapper for building interactive chat agents on the Telegram platform.… danog/madelineproto — MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram… eternnoir/pytelegrambotapi — pyTelegramBotAPI is a Python framework and API wrapper designed for building bots that interact with the Telegram Bot…

TelegramBots के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो TelegramBots के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • go-telegram-bot-api/telegram-bot-apigo-telegram-bot-api का अवतार

    go-telegram-bot-api/telegram-bot-api

    6,379GitHub पर देखें↗

    This is a Go package that wraps the Telegram Bot API, providing a client library for building automated bot applications. It handles the core tasks of authenticating a bot with an API token and then sending messages or receiving updates through either long-polling or webhooks. The library supports sending text and media messages to Telegram chats, with the ability to reply to specific messages in a conversation. For receiving updates, it offers both a configurable long-polling loop that processes updates as they arrive and a webhook receiver that accepts incoming HTTPS requests from Telegram

    Gogolanghacktoberfesttelegram
    GitHub पर देखें↗6,379
  • kotlin-telegram-bot/kotlin-telegram-botkotlin-telegram-bot का अवतार

    kotlin-telegram-bot/kotlin-telegram-bot

    973GitHub पर देखें↗

    This library is a type-safe Kotlin framework designed for building automated messaging services on the Telegram platform. It provides a comprehensive toolkit for developers to create interactive bots that handle incoming updates, manage chat interactions, and execute automated workflows on the JVM. By abstracting the underlying network communication, the library allows for the development of sophisticated messaging applications using native language features. The framework distinguishes itself through a functional approach to API interaction, utilizing algebraic data types to represent succes

    Kotlinhacktoberfestkotlintelegram
    GitHub पर देखें↗973
  • pyrogram/pyrogrampyrogram का अवतार

    pyrogram/pyrogram

    4,614GitHub पर देखें↗

    Pyrogram is an asynchronous Python framework for interacting with the Telegram MTProto API. It serves as both a bot framework and a user client library, providing a concrete implementation of the MTProto protocol for secure communication with Telegram servers. The library distinguishes itself by providing a high-level wrapper layer that abstracts complex protocol methods into Python functions, while still allowing for the execution of raw API functions and low-level peer resolution. It supports multi-client concurrency, enabling the management of several user or bot identities within a single

    Python
    GitHub पर देखें↗4,614
  • telegraf/telegraftelegraf का अवतार

    telegraf/telegraf

    9,158GitHub पर देखें↗

    Telegraf is a Node.js framework and typed API wrapper for building interactive chat agents on the Telegram platform. It provides a structured environment for developing automated agents that interface with the Telegram Bot API to process and respond to user messages. The framework uses a middleware-based request router to process incoming events through a customizable chain of handlers. This architecture allows for dynamic command routing and the use of a context-object pattern to pass updates and API methods through the processing pipeline. The system supports multiple event delivery method

    TypeScript
    GitHub पर देखें↗9,158
TelegramBots के सभी 30 विकल्प देखें→