Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj committed Apr 6, 2024
1 parent 28887c1 commit bf7e194
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ XMR: 42hKayRoEAw4D6G6t8mQHPJHQcXqofjFuVfavqKeNMNUZfeJLJAcNU19i1bGdDvcdN6romiSscW
- Archiving tweets/profiles
- Developer API

## New Features

- Likes tab

## Resources

The wiki contains
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bf7e194

Please sign in to comment.