Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 605 Bytes

File metadata and controls

21 lines (12 loc) · 605 Bytes

Youtube Bot

This bot is used to increase the number of views for a specific YouTube video based on the given url.

Requirements

  1. Chrome Driver (that matches your chrome version.) -- platform dependent.

Setup

  1. Create a Virtual Environment.
  2. Install the requirements by using pip3 install -r requiremnts.txt
  3. Hurray.! You're ready to use the bot to increase youtube videos.

Running the Bot

python3 youtube_bot.py -l "VYoutube Video Link" -vc "Enter the number of views count"

Example

python3 youtube_bot.py -l "https://www.youtube.com/watch?v=9zsaAlEu6zM" -vc 2500