Skip to content

A python script that GETs json data and saves it to sqlite. Decides on data structure on-the-fly-using ChatGPT-API

Notifications You must be signed in to change notification settings

kennethwolters/gpt-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

gpt-scrape

A python script that GETs json data and saves it to sqlite. Decides on data structure on-the-fly-using ChatGPT-API.

To use, you need to provide an OpenAI API key as an argument gptscrape.py -k <OpenAI Key> -u <URL to GET json data>or environment variable OPENAI_API_KEY.

About

A python script that GETs json data and saves it to sqlite. Decides on data structure on-the-fly-using ChatGPT-API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages