import bs4 from urllib.request import urlopen as ureq from bs4 import BeautifulSoup as soup my_url = "http://truecaller.com/search/in/+919810954322" uClient= uReq(my_url) page_html=uClient.read() uClient.close() # error in uClient. Pls help me guys
7/9/2017 4:51:30 AM
Phanendra A2 Answers
New AnswerGot the answer guys. Instead of fighting with bs4 and urllib, Selenium will help us. Due to dynamic / java script web values, requests will not work with this.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message