Skip to content

infinityfye/youtube_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoutubeScraper

TODO: Add description

Getting started

Install dependencies

mix deps.get

open up iex and start one of the spiders

iex -S mix # OR
iex --werl -S mix # if you are on windows

Once it starts you can start either of the engines:

  1. Slow: Crawly.Engine.start_spider YoutubeScraper.VideosSlow
  2. Fast: Crawly.Engine.start_spider YoutubeScraper.VideosFast

A JSON formatted .jl file will be spewd in the root or the project with the results.

About

Testing Crawly on YouTube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages