From c707520f22a40cc38ca9606eba41f780db5a3caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= <34892635+fa0311@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:10:40 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ab4178..ad74ff8 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,13 @@ JSON_URL="https://raw.githubusercontent.com/fa0311/TwitterInternalAPIDocument/re curl -s $JSON_URL | jq -r '.["ondemand.s"]' | xargs curl -s -o response.html ``` -Run +## Installation and Running -```shell -npm install -npm run run2 +```bash +npm install # Install dependencies +npm run run:base # Original implementation by obfio +npm run run:fork # Forked implementation by fa0311 +npm run run:additional # Implementation by fa0311 including additional features ``` Run base `obfio/twitter-tid-deobf`