A line bot template with simply echo function
-
Using
- FastAPI
- Line Bot SDK Python
- VSCode devcontainer
-
Support
- Heroku
- Docker
-
pre-installed
- git
- heroku cli
- Install
Docker
. - Install
VScode
. - Install
Remote - Containers
extension in yourVSCode
. - Copy/rename
.devcontainer/docker-compose-dev-template.yml
to.devcontainer/docker-compose-dev.yml
and set the correct environments. Ctrl + Shift + P
>Remote-Containers: Open Folder in Container...
- enjoy!