python 2.7 - Searching for article link by keywords -
i'm trying search particular article on website using beautifulsoup. ideally script should allow me find articles based on random keyword in article titles , if found, return corresponding article link. example site contains article has keyword security council
in this link far unable find via soup.find_all(text="security council")
.
any suggestions?
thank you!
Comments
Post a Comment