Skip to content

adam-dill/api-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-to-csv

Saves the response of a REST call to a CSV file.

fetchDAtaCSV.py - expects the response to be a CSV file. fetchDataJSON.py - expects the response to be in JSON.

args:

  • [OPTIONAL] -o outputfile

Example:

python3 fetchDataJSON.py -o output.csv

or

python3 fetchDataJSON.py -o output.csv

Requirements:

Python module requests is required.

python -m pip install requests

About

Saves the response of a REST call to a CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages