/pyxatu

Python interface for the beloved Xatu API

Primary LanguagePythonMIT LicenseMIT

PyXatu Configuration

On the first run, the default configuration file will be copied to your current working directory as pyxatu_config.json. Please modify this file with your actual ClickHouse credentials.

Steps to Modify Configuration

  1. Run Your Script: On the first run, the default configuration file will be copied to your current working directory.
    import pyxatu
    
    xatu = pyxatu.PyXatu()