The ‘Deploy to Heroku’ button enables users to deploy apps to Heroku without leaving the web browser, and with little or no configuration. The button is ideal for customers, open-source project maintainers or add-on providers who wish to provide their customers with a quick and easy way to deploy and configure a Heroku app.
FEATURES
Deploy to Heroku without leaving the Web Browser. See Deploy to Heroku Button above
Restore Wechat Bot Session across Restart by enable MemoryCard with AWS S3. See src/get-memory.ts
Hot Module Reload Enabled for convenience when developing. See src/handlers/on-*.ts
Send Online/Offline Notification Message to BotSelf when the Program Start/Stop. See src/finis.ts
Simpel Web Server that can be used to Scan QR Code, or any other operations integrated with Wechaty. See src/start-web.ts
HEROKU WECHATY GETTING STARTED
Deploy to Heroku for Wechaty Starter Project
About
Deploy to HerokuButtonCreating a ‘Deploy to Heroku’ Button
FEATURES
Deploy to HerokuButton abovesrc/get-memory.tssrc/handlers/on-*.tssrc/finis.tssrc/start-web.tsLIMITATIONS
SEE ALSO
Use Cases
HISTORY
v0.4 (Feb 3, 2020)
Wechaty 0.56
v0.0.1 (Aug 9, 2018)
Init version for deploy to HeroKu
FAQ
1. How to shutdown an app deployed on Heroku?
To completely ‘stop’ your app you can scale the web dynos down to zero which effectively takes all your app http-processes offline.
AUTHOR
Huan LI (李卓桓) <zixia@zixia.net>
COPYRIGHT & LICENSE