Hello everyone and thanks in advance. I'm pretty new to Python and for now I'm just taking my first steps doing web scrappers and networking tools.
The problem: I have a web scrapper that works wonders from the Idle. Now, I have to use it from Wordpress.
I need the user that visits my website to enter the ASIN or the ISBN in a search box and that this search is performed by MY script and NOT the WP's own engine. As I said I am new to this and I find that:
I do not know how to edit, if you can, the search engine of the WP to "point" to my script.
I do not know if you should create a search box of your own in python that takes the input of the user and directly executes the web.scrapper and insert ALL that module in WP; if so, how is the script inserted?
If the previous two are not viable, can you "call" the python script from WP? How?
Any other solution is welcome, maybe I'm thinking the answer in the wrong way.
Thanks