-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
980 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "" | ||
} | ||
} |
Oops, something went wrong.