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