NarrativeSync is an open-source toolkit for detecting and visualizing coordinated media narratives across news outlets and social media.
- Collects data from RSS feeds and social media
- Extracts and fingerprints key phrases using NLP
- Clusters and visualizes synchronized narratives
- Generates timeline charts and reports
git clone https://github.com/YourOrg/NarrativeSync.git
cd NarrativeSync
pip install -r requirements.txtEdit config.yaml to add data sources, then run:
python run_sync.pyResults will be saved in the output/ folder.
MIT