I'm integrating zapier (to run python) to scrape latest reviews from www.tripadvisor.com at the https://www.tripadvisor.com/HotelsManagementCenter-g60982-d87016-c0-Hilton_Hawaiian_Village_Waikiki_Beach_Resort-Honolulu_Oahu_Hawaii.html
and populate to www.clickfunnel.com
Problem: For this job I tried importing urllib.request and bs4 BeautifulSoup but it seem no such modules installed with python.
The code is working perfect on my local system but on https://zapier.com/ throws the following error.
Error:
Traceback (most recent call last): File "", line 10, in the_function ModuleNotFoundError: No module named 'bs4'
Please suggest me a solution for this. Thanks in advance.
Please visit the link to code here