A specialized visualization tool for OSINT.Industries CSV exports, transforming digital footprint results into an organized Obsidian Canvas format.
This tool is specifically designed to work with CSV exports from OSINT.Industries platform. It converts the detailed social media presence and account information into a visually organized Obsidian Canvas, making it easier to analyze and understand digital footprints.
- Python 3.7 or higher
pip install python-dateutil requests pandas chardet
Clone the repository:
git clone https://github.com/unnohwn/osint-industries-canvas.git
cd osint-industries-canvas
- Export your results from OSINT.Industries as CSV
- Run the script with your export:
python osint_industries_canvas.py your_export.csv
The script will generate an Obsidian Canvas file named OSINT_Results_[timestamp].canvas
The tool supports all data points from OSINT.Industries exports, including:
- Account Detection
- Profile Information
- Platform-specific Data
- Breach Information
- Contact Details
- Profile Pictures
- Platform Metadata
All platforms available on OSINT.Industries, including:
- 📱 Social Media (Facebook, Twitter, Instagram, LinkedIn)
- 🎮 Gaming (EA, Steam)
- 💼 Professional (GitHub, Dropbox)
- 🎵 Entertainment (Spotify, YouTube)
- 💬 Communication (Skype, Discord)
- And all other platforms supported by OSINT.Industries
This tool is specifically designed for use with OSINT.Industries exports. It may not work correctly with CSV files from other sources. Please ensure you're using a direct export from the OSINT.Industries platform.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- OSINT.Industries for providing the comprehensive OSINT platform
- Obsidian for the Canvas feature that makes this visualization possible