This repository contains a collection of Python scripts developed during a data crawling bootcamp. The scripts use various libraries including selenium
, webdriver_manager
, pandas
, and BeautifulSoup
to scrape data from different websites such as Naver Shopping, Instagram, Naver News, Google Play Store, and YouTube.
Before running any scripts, ensure you have the necessary libraries installed. You can install them using the following commands:
pip install selenium
pip install webdriver_manager
pip install pandas
pip install beautifulsoup4
This script scrapes product data from Naver Shopping.
- URL: Naver Shopping
- Data Scraped: Product names, prices, and categories.
- Output:
애견용품.csv
python chrome.py
This script scrapes Instagram comments for a specified hashtag.
- URL: Instagram
- Data Scraped: Comments on posts with a specific hashtag.
- Output:
insta.csv
python instagram.py
This script scrapes news articles from Naver News based on a search query.
- URL: Naver News
- Data Scraped: Article titles, links, and descriptions.
- Output:
test.csv
python naver_news.py
This script scrapes reviews and ratings from a specified app on the Google Play Store.
- URL: Google Play Store
- Data Scraped: Review text and star ratings.
- Output:
bae_review.csv
python playstore.py
This script scrapes video titles and view counts from YouTube based on a search query.
- URL: YouTube
- Data Scraped: Video titles and view counts.
- Output:
연세대학교.csv
python youtube.py