Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranphuquy19/doranekomessengerbot
Subnet calculator bot (Messenger platform)
https://github.com/tranphuquy19/doranekomessengerbot
Last synced: 2 days ago
JSON representation
Subnet calculator bot (Messenger platform)
- Host: GitHub
- URL: https://github.com/tranphuquy19/doranekomessengerbot
- Owner: tranphuquy19
- Created: 2019-06-11T04:56:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:41:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T15:38:18.168Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.facebook.com/doraneko.bot
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot subnet calculator Doraneko
## Cấu hình bot
B1: Vào trang [Facebook developers](https://developers.facebook.com/) đăng kí tài khoản vào tạo app mới
B2: Clone this project
B3: Trong mục Products chọn messenger, chọn trang cần deploy bot
B4: Sau 3 bước trên chúng ta sẽ có 3 thông số APP_SECRET(mã ứng dụng tại phần settings app), PAGE_ACCESS_TOKEN (trong phần settings Messenger), VALIDATION_TOKEN = token. Trong project vừa clone có file .env.example > rename thành .env, điền 3 thông số trên vào file .env, ví dụ:
```
NODE_ENV=development
APP_SECRET=3be80793a024asda543715XXXXXXXX
VALIDATION_TOKEN=token
PAGE_ACCESS_TOKEN=EAAGgQ0YKP04BAOhCJyTxzo5YZAJD3TekWvI4HSpsZCahdadkjqiwjeB0hfZBUuVQHBDpxmXoQgwZAbnMhnzjIEgxk52iGHczyTvZCw2DRnpcjZA9IYTzF0LqdmBdv1OZBOUqir8XQxI7gg57FVLzI5z8roaaNXa4ttZAdUiLXXXXXXXXXXXXXXXXXXXXXX
```B5: git init và push lên host, ở đây mình sử dụng heroku, sử dụng host nào tùy các bạn (chú ý host phải có xác thực SSL thì fb mới chấp nhận), nếu host ko phải là heroku thì chạy lệnh ```npm start```
B6: Tại phần webhook, Events -> chọn full; Điền link webhook: ```https://.heroku.com/webhook``` or ```https:.com/webhook```, token validation: ```token```; OK
B7: Vào địa chỉ ```https://.heroku.com/``` nếu Server is running là đã thành công
B8: Enjoy!
Chú ý: bot sử dụng NodeJS(>= 8.16.0) + Express Framework(4.17.0)
Nếu muốn bot chạy public thì cần phải xét duyệt ứng dụng (App Review for Messenger) quyền ```page_messaging```Một số hình ảnh ví dụ:
![image1](https://github.com/tranphuquy19/DoranekoMessengerBot/blob/master/img/ss1.png?raw=true) ![image2](https://github.com/tranphuquy19/DoranekoMessengerBot/blob/master/img/ss2.png?raw=true)