Skip to content

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

License

Notifications You must be signed in to change notification settings

lgrachov/text-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published