NETPLAY GAMING

NETPLAY GAMING

Views:
81,664
Subscribers:
339
Videos:
416
Duration:
3:19:30
India
India

NETPLAY GAMING is an Indian YouTube content creator with 339 subscribers, publishing 416 videos which altogether total roughly 81.66 thousand views.

Created on ● Channel Link: https://www.youtube.com/channel/UC-_LDx9gJ35uc30TWn3-L4g




About NETPLAY GAMING

import time
from selenium import webdriver

# Set up the browser
driver = webdriver.Chrome()

# Login to YouTube
driver.get("https://www.youtube.com")
time.sleep(3)

# Find and comment on trending videos
def comment_on_video(video_url, comment_text):
driver.get(video_url)
time.sleep(5)

comment_box = driver.find_element("id", "contenteditable-root")
comment_box.send_keys(comment_text)

submit_button = driver.find_element("xpath", "//*[text()='Comment']")
submit_button.click()

print("Comment posted:", comment_text)

# Example Usage
comment_on_video("https://www.youtube.com/watch?v=XXXXXX", "🔥 This is insane! 🚀")

driver.quit()




Most Viewed Games