Skip to content

Install

cmj edited this page Oct 25, 2024 · 6 revisions

Single Account Nitter Install HowTo

libpcre
libsass
redis

Installation Guide

useradd -m nitter
su nitter
cd /opt/
git clone https://github.com/cmj/nitter
cd /opt/nitter
git checkout cookie_header
nimble build -d:release
nimble scss
nimble md
cp nitter.example.conf nitter.conf

Make sure to run git checkout cookie_header; this will not run on master.

Add ct0, auth_token and x-csrf-token values to nitter.conf.

Methods to obtain:

  • Use a browser (press F12 for devtools), select network tab and filter urls for 'graph' to make it easier to find in the header.
  • Use the provided twitter_auth_token.sh script. You may need to run the script a few times as it initially seems trigger some security check.

From this point edit your nitter.conf to the configuration that you want.

Clone this wiki locally