Skip to content

Commit

Permalink
First Commit :)
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed May 27, 2017
1 parent 45c49df commit 6bd2448
Show file tree
Hide file tree
Showing 8 changed files with 980 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Telegram bot platform
This is a simple framework to create scalable & powerful bots for [Telegram messenger](https://telegram.org).

## Installation
Just run the following code and every thing is done :)
```
npm install tg-bot-platfrom
```

## Docs
TODO: write documentations
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "tg-bot-platform",
"version": "0.1.0",
"description": "This is a simple framework for creating Telegram bots based on `node-telegram-bot-api` and `redis`",
"main": "platform.js",
"scripts": {
"install": "cat src/classes/*.js src/index.js > platform.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slye-team/tg-bot-platform.git"
},
"keywords": [
"telegram",
"bot",
"node",
"api",
"telegram",
"api"
],
"author": "Alireza Ghadimi (Qti3e)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/qti3e/bot-platform/issues"
},
"homepage": "https://github.com/qti3e/bot-platform#readme",
"dependencies": {
"fs": "0.0.1-security",
"handlebars": "^4.0.10",
"node-telegram-bot-api": "",
"redis": ""
}
}
Loading

0 comments on commit 6bd2448

Please # to comment.