I was wondering if I could make a remote search engine in Python. Basically what I want it to do person enters a search term on my website. It searches the other site and returns data to my website. The one drawback is that it is a forum so it must loop infinitely.
Is this doable and would someone point me in the right direction in how to code it?
Thanks.