Skip to content

Commit cb7f23f

Browse files
etewiahclaude
andcommitted
Add website scraper for importing existing PWB sites as seed packs
Creates a rake task to scrape content from existing PropertyWebBuilder websites and generate seed pack YAML files for provisioning new sites. Scraped packs are stored in git-ignored db/seeds/site_import_packs/. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 70b0a9e commit cb7f23f

File tree

4 files changed

+888
-0
lines changed

4 files changed

+888
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,7 @@ lighthouse-reports/
129129
# Production test artifacts
130130
test-results-production/
131131
playwright-report-production/
132+
133+
# Scraped/imported site packs (generated by website scraper)
134+
db/seeds/site_import_packs/
135+
!db/seeds/site_import_packs/.keep

db/seeds/site_import_packs/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)