From 895f750a56f37990e538de9ab98db13e45fd5166 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 25 Mar 2025 08:06:57 +0800 Subject: Update README to reflect the provision of a Python program --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a9abcf4..de471cb 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ forges where scrapers do silly things like fetching each file in each commit every hour. Users that run JS and WASM will have their browsers solve the challenge -automatically. Other users will need to solve the challenge externally; a C -program is provided for this purpose. +automatically. Other users will need to solve the challenge externally; C +and Python programs are provided for this purpose. It aims to be very easy to deploy, use, and maintain. The implementation is rather minimal: there are no Go dependencies, no JavaScript dependencies, no @@ -41,8 +41,8 @@ cookie to pass the validation. JavaScript is provided to automatically solve the challenge without user interaction; the current solver requires WebAssembly. Clients that do not run -JavaScript need to solve the challenge externally, e.g. via the C program -provided near the HTML form, and submit their nonce manually. +JavaScript need to solve the challenge externally, e.g. via the C/Python +program provided near the HTML form, and submit their nonce manually. ## To-do -- cgit v1.2.3