리뷰를 크롤링을 하고 싶을 때, 크롤링 코드 짤까 하다가 시간이 부족 + 귀찮음이 공존하였다. 그때 알게 된 것이 google-play-scraper, app-store-scraper 라이브러리 사용 방법도 사이트에 잘 나와 있다. 사용하려면 라이브러리를 설치하면 되는데 아래와 같이 하면 된다. # 구글 pip install google-play-scraper # 애플 pip3 install app-store-scraper https://pypi.org/project/google-play-scraper/ google-play-scraper Google-Play-Scraper provides APIs to easily crawl the Google Play Store for Python without an..