- Scraping Bugs's Emotion Playlist
- Crawling Youtube Video with Selenium
To run this application, you need to have the following installed on your machine:
- scrapy
Clone the repository.
git clone git@github.com:YONSEI-A-EYE/Contents-Scraping.git
Navigate to the root directory of the application using your terminal or command prompt. Once you're there, you can install the required dependencies for the project by running the following command:
pip install -r requirements.txt
# runspider : execute in path where spider1.py is
scrapy runspider spider1.py
To run this application, you need to have the following installed on your machine:
- selenium
- webdriver-manager
Clone the repository.
git clone git@github.com:YONSEI-A-EYE/Contents-Scraping.git
Navigate to the root directory of the application using your terminal or command prompt. Once you're there, you can install the required dependencies for the project by running the following command:
pip install -r requirements.txt
python youtube_v.py