{"id":49575164,"url":"https://github.com/rollecode/wordpress-to-obsidian","last_synced_at":"2026-05-03T16:10:56.190Z","repository":{"id":271005875,"uuid":"912134264","full_name":"rollecode/wordpress-to-obsidian","owner":"rollecode","description":"Backup your WordPress blog posts to Obsidian.","archived":false,"fork":false,"pushed_at":"2025-01-05T14:35:30.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-02T13:33:35.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rollecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-04T17:41:35.000Z","updated_at":"2026-04-12T12:36:48.000Z","dependencies_parsed_at":"2025-08-10T21:14:37.684Z","dependency_job_id":null,"html_url":"https://github.com/rollecode/wordpress-to-obsidian","commit_stats":null,"previous_names":["ronilaukkarinen/wordpress-to-obsidian","rollecode/wordpress-to-obsidian"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rollecode/wordpress-to-obsidian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fwordpress-to-obsidian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fwordpress-to-obsidian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fwordpress-to-obsidian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fwordpress-to-obsidian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rollecode","download_url":"https://codeload.github.com/rollecode/wordpress-to-obsidian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rollecode%2Fwordpress-to-obsidian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-03T16:10:55.296Z","updated_at":"2026-05-03T16:10:56.182Z","avatar_url":"https://github.com/rollecode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress to Obsidian converter\n\nA Python script to convert WordPress blog posts to Markdown files for Obsidian. The script fetches posts from WordPress RSS feeds and organizes them into a year/month folder structure.\n\n## Features\n\n- Fetches posts from multiple WordPress RSS feeds\n- Converts HTML content to Markdown\n- Extracts featured images and metadata\n- Organizes posts into YYYY/MM folders\n- Supports Obsidian Link embed plugin embed blocks\n- Handles pagespeed-optimized image URLs\n- Prevents duplicate downloads\n- Includes progress tracking\n\n## How to use\n\nInstall required packages first:\n\n```bash\npip install requests beautifulsoup4 html2text feedparser\n```\n\nEdit scraper.py, add your blog feeds and output paths.\n\nRun the script:\n\n```bash\npython scraper.py\n```\n\nIf you are using [headless Obsidian and sync](https://rolle.design/setting-up-a-headless-obsidian-instance-for-syncing) you can add a cronjob for backing up your blog posts automatically to Obsidian:\n\n```bash\ncrontab -e\n```\n\nAdd this line to the end of the file:\n\n```bash\n0 0 * * * /usr/bin/python3 /home/rolle/wordpress-to-obsidian/scraper.py \u003e\u003e /tmp/wordpress-to-obsidian.log 2\u003e\u00261\n```\n\n## For Pyenv\n\nIf you are using pyenv, you can install the required packages in the virtual environment:\n\n```bash\nsudo apt install python3-full python3-venv\ncd /home/rolle/wordpress-to-obsidian\npython3 -m venv venv\nsource venv/bin/activate\npip install requests beautifulsoup4 html2text feedparser\npython scraper.py\n```\n\nAdd helper script for running the script in the virtual environment:\n\n```bash\necho 'source /home/rolle/wordpress-to-obsidian/venv/bin/activate \u0026\u0026 python /home/rolle/wordpress-to-obsidian/scraper.py' \u003e wordpress-to-obsidian\nsudo mv wordpress-to-obsidian /usr/local/bin/\nsudo chmod +x /usr/local/bin/wordpress-to-obsidian\n```\n\nThen the cronjob can be added like this:\n\n```bash\n0 0 * * * /usr/local/bin/wordpress-to-obsidian \u003e\u003e /tmp/wordpress-to-obsidian.log 2\u003e\u00261 \u003e /dev/null\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fwordpress-to-obsidian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frollecode%2Fwordpress-to-obsidian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frollecode%2Fwordpress-to-obsidian/lists"}