Skip to content

πŸš€ Node.JS MVC Framework that simplifies creation of Telegram bots by using OOP, MVC approaches and concepts.

License

Notifications You must be signed in to change notification settings

sanzhardanybayev/Tellbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

https://t.me/sanzhardanybayev GitHub license

Introduction

This framework aims to simplify creation of Telegram bots by using OOP, MVC approaches and concepts.

It’s built upon:

  1. Telegram Bot API - http://core.telegram.org/bots/api
  2. NodeJS Telegram Bot API - https://github.com/yagop/node-telegram-bot-api
  3. Redux - https://github.com/reactjs/redux

πŸ‘ Credits to Pavel Durov, Yagop and Dan Abramov

πŸ‘¨β€πŸ’» Developed by Danybayev Sanzhar

Installation

To run the bot you need to do the following steps:

  1. Install all the packages
npm install
  1. Update config.js file with your credentials
module.exports = {  
  token: 'yourtoken',  
  name: '@yourbotname',  
  options: {  
  birth: null,  
  polling: true  
  },  
  backButton: '↩ Back'
};
  1. Run the app.js file
node app

About

πŸš€ Node.JS MVC Framework that simplifies creation of Telegram bots by using OOP, MVC approaches and concepts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published