update instructions
This commit is contained in:
parent
28887c18db
commit
bf7e194ea3
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Reference in a new issue