aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <tianhao.wang2@mailbox.tu-dresden.de>2023-10-14 01:10:19 +0200
committerTianhao Wang <tianhao.wang2@mailbox.tu-dresden.de>2023-10-14 01:10:19 +0200
commita130b639e6e37e02f28b7bf49254c41b83680fcc (patch)
tree080add2f7d57e1cfe6fa9c29e321b1b74f954337
parent769c6c3195e5ab4ae21f06f05faf59b243b81758 (diff)
update readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3ce51e..d9f0ec5 100644
--- a/README.md
+++ b/README.md
@@ -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**