A captcha api that written in fastapi, python
for deploying this api on your vps you should have python3.9+ Install it and run the following commands:
# Clone the repository
git clone https://github.com/eleguns/captcha-api.git
# Go to main folder
cd captcha-api
# Install requirements
pip3 install -r requirements.txt
# Run program
python3 -m src