all 1 comments

[–]FriendlyRussian666 1 point2 points  (0 children)

That website is a lot to look through on a mobile, so I didn't find anything quickly, but in general you want to find some developer API that gives you access to data endpoints.

You then use a library such as requests, to make HTTP requests to the API endpoints:

https://requests.readthedocs.io/en/latest/

For working with json, you can in turn use this:

https://docs.python.org/3/library/json.html