# ATA **Repository Path**: attacker/ata ## Basic Information - **Project Name**: ATA - **Description**: Automated trading assistant | 自动交易助手(虚拟币) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-30 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Automated trading assistant | 自动交易助手 ## API Support - okex ## 启动 启动方式1 ``` python3 robot.py --platform okex -p "passwordxxxx" -k "f0f82xxxxxx" -s "E6EB0BCxxxxx" ``` 启动方式2 ``` python3 robot.py ``` config.py ``` configs = { "okex": { "passphrase" :"passwordxxxx" , "api_key" :"f0f82xxxxxx", "secret_key" :"E6EB0BCxxxxx" } } ```