From bf7e194ea3ad92653a1eb2545e93dffce96cbc81 Mon Sep 17 00:00:00 2001 From: cmj <> Date: Sat, 6 Apr 2024 13:20:11 -0700 Subject: [PATCH] update instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4f8235d..d1b8fc9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscW - Archiving tweets/profiles - Developer API +## New Features + +- Likes tab + ## Resources The wiki contains @@ -99,6 +103,12 @@ $ nimble md $ cp nitter.example.conf nitter.conf ``` +Edit `twitter_oauth.sh` with your Twitter account name and password. + +``` +$ ./twitter_oauth.sh | tee -a guest_accounts.jsonl +``` + Set your hostname, port, HMAC key, https (must be correct for cookies), and Redis info in `nitter.conf`. To run Redis, either run `redis-server --daemonize yes`, or `systemctl enable --now redis` (or