convbot-fastapi

Convbot with fastapi


License
MIT
Install
pip install convbot-fastapi==0.1.0

Documentation

convbot-fastapi

testspythonCode style: blackLicense: MITPyPI version

convbot-fastapi descr

Install it

pip install convbot-fastapi
# or poetry add convbot-fastapi
# pip install git+htts://github.com/ffreemt/convbot-fastapi
# poetry add git+htts://github.com/ffreemt/convbot-fastapi

# To upgrade
pip install convbot-fastapi -U
# or poetry add convbot-fastapi@latest

Use it

python -m convbot_fastapi

Point your browser to httpL//127.0.0.1:8000/docs

Or with uvicorn

uvicorn convbot_fastapi.convbot_fastapi:app

Deploy it to the cloud

Clone the repo

git clone https://github.com/ffreemt/convbot-fastapi
cd convbot-fastapi

Create a docker image from Dockerfile and upload it to https://hub.docker.com/

Sign up and deploy the docker image to, for example, koyeb.com.