Command line tool for fetching and unifying data into a single output.txt
Designed for a CSV (YOURFILE.CSV), with comma "," delimited values
Creates/Writes to output.txt using append
python main.py -YOURFILE.CSV -FIELD_ONE -FIELD_TWO
-YOURFILE.CSV - Comma delimited CSV
-FIELD_ONE - First field desired from API response
-FIELD_TWO - Second field desired from API response
Written to output.txt formatted as:
(FIELD_ONE,FIELD_TWO)
-API_URL - The URL of the API
-AUTH_TOKEN_TYPE - Type of Authentication Token
-AUTH_TOKEN - Authentication Key
This program does not offer rate limiting as written This program was designed with an unlimited rate in mind