ProductHunt-Scraper获取今日热门产品的脚本。要运行,首先通过命令行安装BeautifulSoup: $ pip安装bs4。然后,像这样运行代码:import producthuntproducthunt.ProductHunt().todays_products()