diff options
| author | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 01:10:19 +0200 |
|---|---|---|
| committer | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 01:10:19 +0200 |
| commit | a130b639e6e37e02f28b7bf49254c41b83680fcc (patch) | |
| tree | 080add2f7d57e1cfe6fa9c29e321b1b74f954337 | |
| parent | 769c6c3195e5ab4ae21f06f05faf59b243b81758 (diff) | |
update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -26,7 +26,11 @@ For the first time only, take a look at `config.py` and modify it. Most importan ```bash ./timelinebot.py` ```` -This will fetch your posts and store them in `tl.json`. Then you can preceed to +You will be prompted to input credentials for the **bot** account (not your main +account!). After a successful login, the access token will be stored in +`token.secret` and you no longer need to log in manually. + +The script will fetch your posts and store them in `tl.json`. Then you can preceed to render this data into static pages with your site generator. **For Hugo** |
