Skip to content

YONSEI-A-EYE/Contents-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents-Scraping

bugs

  • Scraping Bugs's Emotion Playlist
  • Crawling Youtube Video with Selenium

Scrapy

Prerequisites

To run this application, you need to have the following installed on your machine:

  • scrapy

Getting Started

1. Git Clone

Clone the repository.

git clone git@github.com:YONSEI-A-EYE/Contents-Scraping.git

2. Install Requirements

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

3. Start Application

# runspider : execute in path where spider1.py is
scrapy runspider spider1.py

Selenium

Prerequisites

To run this application, you need to have the following installed on your machine:

  • selenium
  • webdriver-manager

Getting Started

1. Git Clone

Clone the repository.

git clone git@github.com:YONSEI-A-EYE/Contents-Scraping.git

2. Install Requirements

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

3. Start Application

python youtube_v.py

About

Emotion-Based-Recommendation-Contents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published