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.4.tar.gz (66.5 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.4-py3-none-any.whl (452.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: surfgram-0.7.4.tar.gz
  • Upload date:
  • Size: 66.5 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.4.tar.gz
Algorithm Hash digest
SHA256 3abb88cb23e7720f4ea9a33a72282c00adbdb12194471eaf71dafa66adf5892e
MD5 7eb1c6573c20bd3a8026f05ae786e4dc
BLAKE2b-256 55c0cb6d685271fb627330b296c63e27b5d23404297b395b4efe76f6e3f94069

See more details on using hashes here.

File details

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

File metadata

  • Download URL: surfgram-0.7.4-py3-none-any.whl
  • Upload date:
  • Size: 452.7 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e629ffe4924092bac2d6259e9e7d6e2b8e29b307c0c6ace43e232352fdd0ce41
MD5 fffd5328fc69610f3f190042d9f9b8d4
BLAKE2b-256 c147a72a6ff60b30a465877d441122509f9e3e90131cfe28cd068e39f3c63994

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