hvac-kia-content/tests
Ben Reed 05218a873b Fix critical production issues and improve spec compliance
Production Readiness Improvements:
- Fixed scheduling to match spec (8 AM & 12 PM ADT instead of 6 AM/6 PM)
- Enabled NAS synchronization in production runner with error handling
- Fixed file naming convention to spec format (hvacknowitall_combined_YYYY-MM-DD-THHMMSS.md)
- Made systemd services portable (removed hardcoded user/paths)
- Added environment variable validation on startup
- Moved DISPLAY/XAUTHORITY to .env configuration

Systemd Improvements:
- Created template service file (@.service) for any user
- Changed all paths to /opt/hvac-kia-content
- Updated installation script for portable deployment
- Fixed service dependencies and resource limits

Documentation:
- Created comprehensive PRODUCTION_TODO.md with 25 tasks
- Added PRODUCTION_GUIDE.md with deployment instructions
- Documented spec compliance gaps (65% complete)

Remaining work includes retry logic, connection pooling, media downloads,
and pytest test suite as documented in PRODUCTION_TODO.md

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 20:07:55 -03:00
..
__init__.py Initial commit: Project foundation with base scraper and tests 2025-08-18 12:15:17 -03:00
test_base_scraper.py Initial commit: Project foundation with base scraper and tests 2025-08-18 12:15:17 -03:00
test_instagram_scraper.py Add Instagram scraper with instaloader and parallel processing orchestrator 2025-08-18 12:56:57 -03:00
test_orchestrator.py Add Instagram scraper with instaloader and parallel processing orchestrator 2025-08-18 12:56:57 -03:00
test_rss_scraper.py feat: Implement RSS scrapers for MailChimp and Podcast feeds 2025-08-18 12:29:45 -03:00
test_tiktok_scraper.py Fix critical production issues and improve spec compliance 2025-08-18 20:07:55 -03:00
test_wordpress_scraper.py feat: Implement WordPress scraper with comprehensive tests 2025-08-18 12:19:56 -03:00
test_youtube_scraper.py feat: Implement YouTube scraper with humanized behavior 2025-08-18 12:39:49 -03:00