I\'m scraping content from a website using Python. First I used BeautifulSoup and Mechanize on Python but I saw that the website had a button that
BeautifulSoup
Mechanize
I used Selenium for web scrapping, but it is not happy solution. In my last project I used https://github.com/chromedp/chromedp . It is more simple solution than Selenium.