core/ ├── master_watcher.py # Main entry point (run this!) ├── orchestrator.py # Task coordination └── watchers/ # Platform monitors integrations/ ├── facebook/ # Facebook automation ├── instagram/ # ...
A Python-based tool for scraping public Instagram and TikTok profiles, designed for academic research and data analysis. Collects posts, engagement metrics, media files, and screenshots within a ...