From 9ed4e0f24df851a707935255ccacabae11b33749 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sun, 19 Feb 2023 12:18:29 +0100 Subject: [PATCH] add shit to README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 14309b5..8debabc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Linkedin posts scrapper +Quick & Dirty linkedin scraper to generate a hugo website from a user LinkedIn posts. + +- 1. run `scrape.py` +- 2. then `gen_content.py` to generate markdown files +- 3. then `propagate_title_change_to_slug.py` after you've changed each post title to something more useful +- 4. then `construct_hugo_content_links.py` to generate symbolic links to the structured folder (with dates) + +