- An API that will return random Captcha Data 🔗✳
-
https://random-simple-captcha-api.herokuapp.com/
to get the documentation. -
https://random-simple-captcha-api.herokuapp.com/all
will return Captcha mixed with ALPHABETS,SYMBOLS,NUMBERS -
https://random-simple-captcha-api.herokuapp.com/alphabets
will return Captcha filled with ALPHABETS -
https://random-simple-captcha-api.herokuapp.com/numbers
will return Captcha filled with NUMBERS -
https://random-simple-captcha-api.herokuapp.com/symbols
will return Captcha filled with SYMBOLS
This project is hosted by Heroku with with jlcpcbofficial02@gmail.com
- Clone the repo.
- Run
python -m venv .env
to create a virtual environment. - Run
source .env/bin/activate
to activate the virtual environment. - Run
pip install requirements.txt
. - Run
python app.py
. - App starts at
http://localhost:5000
by default, but can be configured with a.env
file.
{"CAPTCHA": "(IQZ)5~:_`"}
{"CAPTCHA": "KCVLQTGMFI"}
{"CAPTCHA": "2681057934"}
{"CAPTCHA": "\\~|,'^.{]<"}
If you have any feedback, please reach out to me at sreeramaj53@gmail.com