Skip to content

CodsXBlastin/YoutubeViewBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BE AWARE THIS PROGRAM HAS LIMITED TESTING; EXPECT BUGS

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

Note

  • Don't forget to have PySocks and Mechanize
pip install pysocks
pip install mechanize

Common Issues

Q: Why Does it Say "Traceback (most recent call last): File "youtube.py", line 5, in from subprocess import getoutput as shell ImportError: cannot import name getoutput" A: It means you a need a distribution of python 3.x.x

About

A Bot to Boost your Views on YouTube made in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published