Youtube View Bot Open Source Project Python
How to use
1 | $ python youtube.py [visits] [youtubeLinks.txt] [minWatch] [maxWatch] |
- 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 Youtube viewbot
1 | python youtube.py 300 urls.txt 38 65 |