GithubHelp home page GithubHelp logo

alpeer / botocrat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from botocrats/botocrat

0.0 0.0 0.0 41 KB

Botocrat is a minimal and flexible Telegram bot framework that provides context oriented programming API along with express-like middlewares.

License: MIT License

JavaScript 100.00%

botocrat's Introduction

Botocrat Framework

NodeJS npm size last commit license mit vulnerabilities Total alerts Code quality

Botocrat animation

Botocrat is a minimal and flexible Telegram bot framework that provides context oriented programming API along with express-like middlewares.

Botocrat has following packages you can use or replace with your own.

Package
@botocrat/telegram Telegram Bot Client
@botocrat/poller Polls Telegram server to .getUpdates()
@botocrat/express Express middleware to receive updates from webhook

Features

Quick Start (cli)

npm exec botocrat my-telegram-bot

Quick Start (manual)

npm i @botocrat/core @botocrat/telegram @botocrat/poller --save
import Botocrat from '@botocrat/core'
import createClient from '@botocrat/telegram'
import poller from '@botocrat/poller'

const client = createClient({token: TELEGRAM_BOT_TOKEN})

const bot = new Botocrat()
  .get('message', (req, res) => {
    res.reply(`Hello ${req.from.first_name}!`)
  })

poller(bot, client).poll()

Documentation

Read the detailed documentation on GitHub Wiki

License

MIT License

botocrat's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.