Skip to content
@gramiojs

GramIO

TypeScript/JavaScript Telegram Bot API Framework for create your bots with convenience!

GramIO

Bot API npm JSR JSR Score

TypeScript/JavaScript Telegram Bot API Framework for create your bots with convenience!

Extensible - Our plugin and hook system is awesome

🛡️ Type-safe - Written in TypeScript with love ❤️

🌐 Multi-runtime - Works on Node.js, Bun and Deno

⚙️ Code-generated - Many parts are code-generated (for example, code-generated and auto-published Telegram Bot API types)

To create your new bot, you just need to write it to the console:

npm create gramio ./bot

and GramIO customize your project the way you want it!

Example

import { Bot } from "gramio";

const bot = new Bot()
    .command("start", (context) => context.send("Hello!"))
    .onStart(({ info }) => console.log(`✨ Bot ${info.username} was started!`));

bot.start();

For more, please see documentation.

Pinned Loading

  1. gramio gramio Public

    Powerful, extensible and really type-safe Telegram Bot API framework

    TypeScript 42 1

  2. documentation documentation Public

    GramIO framework documentation

    TypeScript 3 2

  3. types types Public

    Code-generated and Auto-published Telegram Bot API types

    TypeScript 8 1

Repositories

Showing 10 of 23 repositories
  • gramio Public

    Powerful, extensible and really type-safe Telegram Bot API framework

    gramiojs/gramio’s past year of commit activity
    TypeScript 42 MIT 1 0 0 Updated Oct 1, 2024
  • scenes Public

    WIP

    gramiojs/scenes’s past year of commit activity
    TypeScript 0 0 0 0 Updated Sep 28, 2024
  • create-gramio Public

    Scaffolding your GramIO project with the environment with easy!

    gramiojs/create-gramio’s past year of commit activity
    TypeScript 2 0 1 10 Updated Sep 27, 2024
  • files Public

    Library for uploading files to Telegram and etc with files

    gramiojs/files’s past year of commit activity
    TypeScript 3 MIT 0 0 0 Updated Sep 22, 2024
  • i18n Public

    is plugin provide internationalization for your bots with Fluent syntax

    gramiojs/i18n’s past year of commit activity
    TypeScript 2 MIT 0 0 0 Updated Sep 16, 2024
  • types Public

    Code-generated and Auto-published Telegram Bot API types

    gramiojs/types’s past year of commit activity
    TypeScript 8 MIT 1 0 0 Updated Sep 6, 2024
  • contexts Public
    gramiojs/contexts’s past year of commit activity
    TypeScript 2 MIT 0 0 0 Updated Sep 6, 2024
  • documentation Public

    GramIO framework documentation

    gramiojs/documentation’s past year of commit activity
    TypeScript 3 2 0 0 Updated Sep 4, 2024
  • keyboards Public

    Framework-agnostic Telegram bot keyboard builder with many cool features!

    gramiojs/keyboards’s past year of commit activity
    TypeScript 4 0 0 0 Updated Sep 4, 2024
  • prompt Public

    Prompt plugin for GramIO

    gramiojs/prompt’s past year of commit activity
    TypeScript 2 MIT 0 0 0 Updated Aug 30, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…