mirror of
https://github.com/thegeneralist01/twitter-tid-deobf-fork
synced 2026-01-11 23:50:28 +01:00
Update README.md
This commit is contained in:
parent
ffdf3eb084
commit
c707520f22
1 changed files with 6 additions and 4 deletions
10
README.md
10
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
|
curl -s $JSON_URL | jq -r '.["ondemand.s"]' | xargs curl -s -o response.html
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
## Installation and Running
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
npm install
|
npm install # Install dependencies
|
||||||
npm run run2
|
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`
|
Run base `obfio/twitter-tid-deobf`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue