InstagramGiveawayScraper
InstagramGiveawayScraper copied to clipboard
changed ig_user class name from "TlrDj" to "ZIAjV"
When ever I run the script, I get an exception so I did some digging and I solved the problem
error line
ig_user = comment.find_element_by_class_name('TlrDj').get_attribute('textContent')
corrected line
ig_user = comment.find_element_by_class_name('ZIAjV').get_attribute('textContent') And thank you Jakobowsky