Skip to content

ianmuchina/twitter-offline-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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