This directory contains example scripts demonstrating how to use the Epstein Files Hub library.
Basic usage of the Hub library:
python examples/basic_usage.py
Advanced usage with subsystem access:
python examples/advanced_usage.py
Using Hub as a context manager:
python examples/context_manager.py
# Install the library
pip install -e .
# Or install requirements
pip install -r requirements.txt
# Run basic example
python examples/basic_usage.py
# Run advanced example
python examples/advanced_usage.py
# Run context manager example
python examples/context_manager.py
Each example will display:
For more information: