Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

No longer maintained

Usage

 $ python youtube.py [visits] [youtubeLinks.txt] [minWatch] [maxWatch]

Help

  • visits The amount of visits per video
  • youtubeLinks The file that contains the Youtube links; one link per line
  • minWatch The minimum watch time in seconds
  • maxWatch The maximum watch time in seconds

Example

  • python youtube.py 300 urls.txt 38 65