Zenomodiff / Captcha-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Captcha-API

Welcome to Captcha API πŸ€–πŸš«

  • An API that will return random Captcha Data πŸ”—βœ³

These Are The Endpoints Of The API

This project is hosted by Heroku with with jlcpcbofficial02@gmail.com

Rebuild the project:

  • 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.

Example:

{"CAPTCHA": "(IQZ)5~:_`"}
{"CAPTCHA": "KCVLQTGMFI"}
{"CAPTCHA": "2681057934"}
{"CAPTCHA": "\\~|,'^.{]<"}

Feedback

If you have any feedback, please reach out to me at sreeramaj53@gmail.com

About

License:GNU General Public License v3.0


Languages

Language:Python 99.5%Language:Procfile 0.5%