From 8260784a7fb93b4de66927018e8fbea9e13efe43 Mon Sep 17 00:00:00 2001 From: yzqzss Date: Thu, 18 Jul 2024 04:02:17 +0800 Subject: [PATCH] format README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 99128cb..c22c6a1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # cnblogs archiver -## How can I help? +## How can I help? + +### Binary Go to [release](https://git.saveweb.org/saveweb/cnblogs/releases) page, downlaod `cnblogs_posts_list` and run it. WARNING: DO NOT run `cnblogs_posts_list` concurrently (on same IP), you may be banned by cnblogs. -### Docker +### With Docker ```bash export ARCHIVIST= # a string that can uniquely identify your node (for example: bob-gcloud-514). (Legal characters: letters, numbers, -, _) @@ -29,16 +31,14 @@ docker rm -f cnblogs \ ``` ---- - -NOTE: `cnblogs_rss_detect` is finished, you don't need to run it. - ## Archiving stages ### stage1:detect all blogids (~~finished~~) run `cnblogs_rss_detect` +NOTE: `cnblogs_rss_detect` is finished, you don't need to run it. + ### stage2:iterate all blogids and collect all posts' URLs (running) run `cnblogs_posts_list`