aimxhaisse / pyxatu

Python interface for the beloved Xatu API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Python interface for the beloved Xatu API

License:MIT License


Languages

Language:Python 100.0%