Skip to content

aRibra/nano-web-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nano-web-crawler

Brief

A nano web crawler that searches for, and downloads videos from google according to a search query and extracts video frames every 'x time'.

Python Script

  • Search query keywords are defined in an array.
  • A downloader thread is created and started per search query keyword in the array.
  • Downloaded videos are saved in a previously defined path in the system.

C++ code

  • Reads downloaded files.
  • Captures frames every 'x μs'.
  • Saves frames in JPEG format.

Libraries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published