Open2
Nitterの検証

関連記事

git clone git@github.com:zedeus/nitter.git
cd nitter
cp nitter.example.conf nitter.conf
// fix nitter.conf
// - redisHost = "localhost" # Change to "nitter-redis" if using docker-compose
// + redisHost = "nitter-redis" # Change to "nitter-redis" if using docker-compose
docker build -t nitter:latest -f Dockerfile.arm64 .
docker run -v $(pwd)/nitter.conf:/src/nitter.conf -d --network host nitter:latest
http://localhost:8080にて、起動は成功したが、データの取得はできなかった。