Skip to content
/ YouTube-Viewer Public template
forked from minz2001/YouTube-Viewer

A multithreaded view bot for YouTube

License

Notifications You must be signed in to change notification settings

RICKYGT/YouTube-Viewer

 
 

Repository files navigation

ViewCount OS Downloads Closed issues Open issues

GitHub release (latest by date) GitHub Release Date

  • Edit File

  • search.txt

  • urls.txt

  • Installation

    First, make sure you have installed git and Python version between 3.7.x to 3.9.x

    Open command prompt and type

    git clone https://github.com/minz2001/YouTube-Viewer.git --depth 10
    
    cd YouTube-Viewer
    
    python -m pip install --upgrade pip wheel
    
    pip install "setuptools<59"
    
    pip install -r requirements.txt
    
    python proxy_check.py
    
    python youtube_viewer.py
    

Linux / Mac

  • Installation

    First, make sure you have installed git and Python version between 3.7.x to 3.9.x

    Open your favourite terminal and run

    git clone https://github.com/minz2001/YouTube-Viewer.git --depth 10
    
    cd YouTube-Viewer
    
    python3 -m pip install --upgrade pip wheel
    
    pip3 install "setuptools<59"
    
    pip3 install -r requirements.txt
    
    python3 youtube_viewer.py
    
    python3 proxy_check.py
    
    • After closing program, if chromedrivers are still running. Open your terminal and run
      ps aux | awk '/chrome/ { print $2 } ' | xargs kill -9

About

A multithreaded view bot for YouTube

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • HTML 3.0%
  • JavaScript 2.2%
  • Batchfile 0.1%