Skip to content

Loops through a .csv file and makes a request to an API for each individual entry

License

Notifications You must be signed in to change notification settings

BWP-Stats/csv-to-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Loops through a .csv file and makes a request to an API for each individual entry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages