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+

Quick Start

  1. Install using PIP:

    pip install surfgram
    
  2. Create your first bot:

    surfgram new mybot
    cd mybot
    surfgram run
    

Example bot's handler

from surfgram import APIObject, Bot
from surfgram.types import BotCommand
from typing import Callable, List

class StartCommand(BotCommand):
    @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-1.0.0.tar.gz (67.0 kB view details)

Uploaded Source

Built Distribution

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

surfgram-1.0.0-py3-none-any.whl (453.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: surfgram-1.0.0.tar.gz
  • Upload date:
  • Size: 67.0 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-1.0.0.tar.gz
Algorithm Hash digest
SHA256 49cb7de46cdd542c94153a4cd2252bef0f426ae0dc8f5d5e75eb844908069ce7
MD5 cba18e1cb75c5ab638467882950dfc41
BLAKE2b-256 14db4751562109136c96f0732d2fbf4a181740c0329923515b334e6ed6142c27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: surfgram-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 453.5 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-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0c59edaa890e6fd07d7b7da5e15bae01971b987ded962ed49ffdda23a32fe633
MD5 2e2e6136aae88d3d67f268f23f05c478
BLAKE2b-256 b91e83f0db3e7afc4a42552f64476721d889f87d483924fa5aa77c667bde5272

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