Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 416 Bytes

Texthuman

This project is an experiment on making a text-based CAPTCHA entirely using Python.

Installation

  1. Clone the repository: git clone https://github.com/lgrachov/text-captcha.git
  2. Navigate to the project directory: cd text-captcha
  3. Install dependencies: pip install -t . -r ./requirements.txt

Usage

  1. Set the API port: API_PORT=3000
  2. Run the API: make start
  3. Use the endpoints