aktueller stand

This commit is contained in:
2026-02-03 12:48:43 +01:00
parent e1ecd1a38c
commit b50594dbfa
77 changed files with 19139 additions and 0 deletions

4
src/scraper/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
"""Scraper module."""
from src.scraper.apify_scraper import LinkedInScraper, scraper
__all__ = ["LinkedInScraper", "scraper"]