/twitter-offline-web

Experiment to display tweets offline

Primary LanguageTypeScript

tweet-browser

Experiment to display tweets offline.

Usage

Download json data from list of tweet ids in server/ids.json. (Python because it has easy http2)

# install dependencies
pip3 install asyncio httpx[http2]
python3 scripts/batch.py

download photos

# requires wget2 and jq
./scripts/getPics.sh

Download profile pics

# requires wget2 and jq
./scripts/getProfilePics.sh

Start server

# requires deno
deno run --watch -A server/index.tsx