Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
98 views
in Technique[技术] by (71.8m points)

python - How do I run scraper on request by client in PHP?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...