Skip to content

A Bot to Boost your Views on YouTube made in Python

Notifications You must be signed in to change notification settings

dinarpay/YoutubeViewBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

About

A Bot to Boost your Views on YouTube made in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%