Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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

Calling:

python main.py -YOURFILE.CSV -FIELD_ONE -FIELD_TWO

Arguments:

-YOURFILE.CSV - Comma delimited CSV
-FIELD_ONE - First field desired from API response -FIELD_TWO - Second field desired from API response

OutPut:

Written to output.txt formatted as:
(FIELD_ONE,FIELD_TWO)

.env Requirements:

-API_URL - The URL of the API
-AUTH_TOKEN_TYPE - Type of Authentication Token
-AUTH_TOKEN - Authentication Key

Rate:

This program does not offer rate limiting as written This program was designed with an unlimited rate in mind

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages