100 CLICKS PER SECONDS | Python BOT !!

Опубликовано: 23 Апрель 2021
на канале: 4WH
112
2

In this video, I made a simple bot using the Selenium module and python.
After watching this video you will know what is selenium?
Why is selenium used?
What is python?
How to code a bot in python?
Automating 100 CLICKS PER SECOND !!
In Cookie Clicker Game



Topics:-

Introduction- 00:00
What I Will Do To Automate- 00:36
What If You Don't Know How To Code- 00:56
Downloading Python- 01:14
Downloading PyCharm- 01:36
How To Download Selenium- 01:51
Installing Chrome WebDriver- 02:11
Let's Start Coding- 03:13
Running The Code For 1k CLICKS- 04:12
Running The Code For 3000 CLICKS- 04:52
See You Again- 05:44


----------------------------------------- SOURCE CODE ----------------------------------------------------

---------------------------------------------------------------------------------------------------------------------

from selenium import webdriver

path = 'C:/Users/Raghuvansh Mani/Desktop/chromedriver.exe'

driver = webdriver.Chrome(path)

driver.get('https://orteil.dashnet.org/cookieclic...)
myCookie = driver.find_element_by_xpath('//*[@id="bigCookie"]')
for i in range(3000 + 1):
myCookie.click()
print('Successfully Made Cookie Clicking Bot !!')

---------------------------------------------------------------------------------------------------------------------

#pythonautomation #automation #selenium #seleniumautomation #howtoautomateclicks #clickautomation #howiautomated #iautomated #seleniumclickautomation #raghuvansh #raghuvanshmani #seleniumwebdrivererror #seleniumnotinstalling #pythonprojects #pythonautomationproject

Copyright disclaimer under section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.