Skip to main content

Modern asynchronous Telegram bot framework

Project description

Surfgram

Surfgram Logo
PyPI Version Python 3.8+ Telegram Bot API 9.0+ MIT License

Overview

Surfgram is a high-level, object-oriented framework for building scalable Telegram bots with minimal boilerplate. It's designed for developers who want a clean architecture without sacrificing flexibility.

Key Features

  • ✅ Pure OOP – Classes and dependency injection
  • ✅ Fast Setup – Get a bot running in under 20 lines of code
  • ✅ Extensible – Add custom handlers, filters, and database integrations
  • ✅ Async-Ready – Built with asyncio for high performance
  • ✅ Full support for Telegram Bot API 9.0+

Development Roadmap

  • Core framework implementation
  • All types support
  • State management
  • Middleware support
  • Built-in rate limiting
  • Webhook support
  • i18n integration
  • Plugin system

Quick Start

  1. Install using PIP:

    pip install surfgram
    
  2. Create your first bot:

    from surfgram import APIObject, Bot
    from surfgram.types import Command
    from typing import Callable, List
    
    class StartCommand(Command):
        @property
        def __names__(self) -> List[str]:
            return ["start"]
    
        @property
        def __callback__(self) -> Callable:
            return self.handle
    
        async def handle(
            self,
            update: APIObject,
            bot: Bot
        ) -> None:
            await bot.send_message(
                chat_id=update.message.chat.id,
                text="Hello, world!"
            )
    

Documentation

📖 Full documentation
📚 Examples

Contributing

We welcome contributions! Please read our Contributing Guidelines for more information on how to get started.

Support

🐞 Report a bug
💡 Start a discussion
📮 Join our Telegram Channel

License

MIT License. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

surfgram-0.7.5.tar.gz (66.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

surfgram-0.7.5-py3-none-any.whl (452.4 kB view details)

Uploaded Python 3

File details

Details for the file surfgram-0.7.5.tar.gz.

File metadata

  • Download URL: surfgram-0.7.5.tar.gz
  • Upload date:
  • Size: 66.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.6 Windows/11

File hashes

Hashes for surfgram-0.7.5.tar.gz
Algorithm Hash digest
SHA256 1d86fad4122e53d9d0fb82b6c3a2a05afdc02f18ebe2a56a89aa9a53b3d4b8d8
MD5 ce3c9375499fe10272c24150a077e1c2
BLAKE2b-256 b5cb2c02adb97af45f1fba8baf9bed14c0ebbe74dbbe34a46d36e377a90ab7c0

See more details on using hashes here.

File details

Details for the file surfgram-0.7.5-py3-none-any.whl.

File metadata

  • Download URL: surfgram-0.7.5-py3-none-any.whl
  • Upload date:
  • Size: 452.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.6 Windows/11

File hashes

Hashes for surfgram-0.7.5-py3-none-any.whl
Algorithm Hash digest
SHA256 474996e4ec1f67efd03460a763133053c65bb30c5bdceaf2b63fab465180f9ea
MD5 6ed316de6c679223e7377312eb354689
BLAKE2b-256 80c13e0f47a440c496b007e6dad012196a26cd8ba1660c7523a79a1a6ac98944

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page