Influence Archaeology OSINT Tool
Map how ideas, narratives, and information spread through digital communities
Trace how specific ideas, memes, or narratives originated and evolved across platforms over time.
Map which accounts first pushed certain narratives and identify key influencers in information campaigns.
Shows how information flows between different platforms and social networks.
Create interactive timeline visualizations showing idea evolution and narrative spread.
Maps social networks of influence relationships and community interactions.
Track how stories change as they spread and identify modification patterns.
Full API access with comprehensive post and comment data. Perfect starting point for OSINT research.
Rate Limit: 100 requests/minute
Decentralized social network with Twitter-like functionality. Great alternative to Twitter API.
Rate Limit: 300 requests/5 minutes
Official Twitter data access. Basic tier starts at $100/month since February 2023.
Cost: $100+/month
Planning support for Truth Social, Telegram, and other platforms based on community needs.
Timeline: 2025 Q2-Q3
pip install datadagger
git clone https://github.com/khushiyant/datadagger.git cd datadagger pip install -r requirements.txt python setup.py install
git clone https://github.com/khushiyant/datadagger.git cd datadagger pip install -e .
# Try the demo (no setup required) datadagger demo # Check platform pricing datadagger pricing # Setup free APIs datadagger setup # Search across platforms datadagger search "your topic" \ --platforms reddit,mastodon \ --days 30 # Track narrative evolution datadagger track \ --query "covid lab leak" \ --start-date 2020-01-01 \ --end-date 2023-01-01 # Generate timeline visualization datadagger timeline \ --narrative "flat earth" \ --output timeline.html
Test Cases
Code Coverage
Platforms Supported
Open Source License