I
I
Ilya2020-01-24 19:21:55
Python
Ilya, 2020-01-24 19:21:55

What tutorials are there on parsing data in HTML, json, API formats in Python?

Hello.
I just started learning python, I have already learned the basics, and so for learning I decided to create a trading bot for one game.
To do this, the API of the gaming site periodically provides lot data for all public users of the game in the form of a single json file about 3 MB in size, and the question arose for me - where can I learn to automatically communicate with the API, parse the received json file, and, depending on the conditions, issue any notice of sale or purchase?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey, 2020-01-24
@anerev

https://python-scripts.com/requests

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question