Scrape LinkedIn posts from user feed and turn it into a website
title_generator | ||
construct_hugo_content_links.py | ||
gen_content.py | ||
janco_posts.json | ||
out_posts.json | ||
out_posts_1.json | ||
out_posts_2.json | ||
out_posts_all_1.json | ||
propagate_title_change_to_slug.py | ||
README.md | ||
scrape.py | ||
tmp.json |
Linkedin posts scrapper
Quick & Dirty linkedin scraper to generate a hugo website from a user LinkedIn posts.
-
- run
scrape.py
- run
-
- then
gen_content.py
to generate markdown files
- then
-
- then
propagate_title_change_to_slug.py
after you've changed each post title to something more useful
- then
-
- then
construct_hugo_content_links.py
to generate symbolic links to the structured folder (with dates)
- then