https://github.com/rping/ver.bot
How to know new version release? Ver.bot!
https://github.com/rping/ver.bot
bot chatbot skype-bot slack-bot telegram-bot versions
Last synced: 5 months ago
JSON representation
How to know new version release? Ver.bot!
- Host: GitHub
- URL: https://github.com/rping/ver.bot
- Owner: RPing
- License: agpl-3.0
- Created: 2017-10-14T14:49:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T10:35:39.000Z (over 8 years ago)
- Last Synced: 2025-06-10T11:12:40.796Z (12 months ago)
- Topics: bot, chatbot, skype-bot, slack-bot, telegram-bot, versions
- Language: JavaScript
- Homepage: https://rping.github.io/Ver.bot-site
- Size: 69.3 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ver.bot
[](https://travis-ci.org/RPing/Ver.bot)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SVRBTQKRQ5VGE)
Ver.bot webhook part.
Notify part in [here][5].
## Deploy by yourself
**NOTE:** You should deploy the same **major version** as [notify part][5].
1. install dependency
```bash
npm i
```
2. before deploy to AWS, [install AWS CLI][1] and [configure it][2].
3. create AWS dynamoDB tables.
```bash
aws dynamodb create-table --cli-input-json file://aws/dynamodb/project.json
aws dynamodb create-table --cli-input-json file://aws/dynamodb/project_detail.json
```
And if you want to publish your Slack APP, you should store user Oauth tokens.
```bash
aws dynamodb create-table --cli-input-json file://aws/dynamodb/slack_oauth_token.json
```
4. create, update, configure tokens or destroy it.
```bash
npm run create
npm run update
npm run configure-slack
npm run configure-telegram
npm run configure-skype
npm run destroy
```
You can use tools like [ntl][3] to avoid typing.
Now, AWS API gateway and AWS Lambda are all set!
Default deploy region is `us-east-1`. For more tweaking information in `package.json`, refer to [Claudia docs][4].
## LICENSE
[AGPL-3.0](LICENSE)
[1]: http://docs.aws.amazon.com/cli/latest/userguide/installing.html
[2]: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
[3]: https://github.com/ruyadorno/ntl
[4]: https://github.com/claudiajs/claudia/tree/master/docs
[5]: https://github.com/RPing/Ver.bot-notify