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.1.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.1-py3-none-any.whl (453.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: surfgram-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 2a38ea9f628f50f451f662b699eed140a2bb5995307fde34e0a3cc931dc15ae7
MD5 4059ffa81289e20fdea9d1b86fa55ed1
BLAKE2b-256 b30929c5ffdc4c02c6de8ed371acbdd606e0d6c468d5fdcb4c04c22cf54de9af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: surfgram-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7419b76d2ddf4d989dac0b858d59fe58125333a969606d3c39793fe59911ab6
MD5 541c1109368bc10ee85f912a47ad0dfd
BLAKE2b-256 5882283a8d557413979630e2d5998e5d19fd07350a9bd481adcb73aa8eed44c8

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