Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 584 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 584 Bytes

#Scripts for the lancie-api This repository contains all kinds of handy functions to use on the lancie-api. All actions that alter data in the api have a confirmation check built in.

##Usage To use the script, you will need python3.5. The main file can be executed with the command python3.5 main.py. you also need to run pip install requests once after installation.

##Config The script uses a config file which is located under ./config/config. A template file can be found in the ./config folder.