#πŸ”’ Download whole api

9 messages Β· Page 1 of 1 (latest)

sturdy thunder
native wrenBOT
#

@sturdy thunder

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

granite turret
#

i looked at one of json responses.. you may need to create a dynamic table maker.. multiple tables per result linking with main id, that needs inserted in the other tables due to the same structure as away and home etc.. else add column name extensions like home."keys", away."keys", etc.

#

i honestly id feed the example results to chatgpt and ask it to create a dynamic table maker and insert the data based on the sample data for whatever db your using.. its pretty good at dat.

sturdy thunder
#

I dont follow

sturdy thunder
#

like I need to be able to download more data in the future, unless it's part of the problem to go through lots of stages of data downloading until you get what you want?

elfin copper
#

I'm not personally familiar with them, but if it's a bunch of varying JSON data that doesn't fit a regular structure very well, then you might want to look into NoSQL databases. They're made to store data outside of the typical relational style and I know some of them handle JSON blobs.

native wrenBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.