Skip to main content

Posts

Showing posts from March, 2019

UNSUBSCRIBE T-SERIES & SUBSCRIBE TO PEWDIEPIE AUTOMATICALLY - BOT USING PYTHON

UNSUBSCRIBE T-SERIES & SUBSCRIBE TO PEWDIEPIE AUTOMATICALLY - BOT USING PYTHON   Hello world , I m back with a new automation  bot, but this time, its time to support Felix aka PewDiePie, so I decide to make a bot that automatically unsubscribes from T-series YouTube Channel. Now, obviously this isn't going to hack into servers and all ,but you can use this in your friend's PC to make him unsub from T-Series or just do it for fun. Before Starting the Requirements will be the same as my previous post - Requirements : Selenium WebDriver (Link is given below) Python3 Any Text Editor First we'll see the code then the main explanation :  #import statements from time import sleep from selenium import webdriver #We will use this Options class to use user data of google-chrome to access  #login of the user, that is nothing but stay signed in for the automated web driver from selenium.webdriver.chrome.options impo...