1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-tid-deobf-fork synced 2026-01-11 15:40:28 +01:00

Update README.md

This commit is contained in:
ふぁ 2025-04-28 15:10:40 +09:00 committed by GitHub
parent ffdf3eb084
commit c707520f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`