Skip to content
Advertisement

Tag: json

How to parse json array from mysql?

I have this data but I can’t parse it in the way I want. this is what I get: { “navigations”: { “title”: “Facebook”, “link”: “https://facebook.com”, “behavior”: “EXTERNAL” } } And …

Handling hundreds of API requests in one time

I am trying to make a user dashboard which will generate reports of all of my 37 game accounts played by different gamers. so, for each i scrape data and then calculate the amount of rewards it generated. but for that i need to do hundreds of api requests and due to max_exec_time limit of 30sec it gives me a

Advertisement