Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 388 Bytes

File metadata and controls

13 lines (9 loc) · 388 Bytes

csv-to-api

Loops through a .csv and makes a request for every individual entry.

Requirements

  • python-dotenv==1.0.1 (If API_KEY is required)

Running

  1. Upload your .csv into the resources folder
  2. Replace API_LINK, TIME_TO_WAIT, and FILE_PATH constants with your choice
  3. Remove API key specific options if they are not needed.
  4. Run py main.py