Backend and frontend info:
I'm using PHP for backend and HTML, JS for front end.
Scenario:
I have created a scraper in python, which scrapes the data and inserts into mysql db.
When an ajax post request is received by client, php handles the request and returns the data via json.
Issue:
But there is an issue. When there is no such data in the db,I want the scraper to run and scrape the data on given keyword and then insert to db. Ajax response should not go empty, as scraper is capable of scraping the data.
Summary:
My question is, how do I run the scraper on request by client when scraper is working independently and application is built with php, html and js.
question from:
https://stackoverflow.com/questions/65874495/how-do-i-run-scraper-on-request-by-client-in-php 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…