Create Posts on Warmerise Through Code (TUTORIAL)
Posted April 21, 2021 - 387 views
click to rate
Hope you guys enjoy this! Spent a bunch of time recording and editing this video. Trust me this is easier than it looks so try it out
Intro - 0:00
Setup - 1:46
Importing - 5:39
Clicking Sign In - 7:07
Target Fields - 13:10
Fill it in - 13:42
Put in Message - 16:32
Result - 19:35
LINKS:
https://www.anaconda.com/
https://chromedriver.chromium.org/
https://jupyter.org/install
! pip3 install selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
from selenium.webdriver.support.wait import WebDriverWait
import time
clickable_button = WebDriverWait(driver, 2).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "a[class='menu_core_mini core_mini_auth']"))).click()
input_element = WebDriverWait(driver, 2).until(EC.element_to_be_clickable((By.CSS_SELECTOR, "input[type='*****']")))
TUTORIAL: How to code a program to post on your warmerise timeline
I am ClassVP99 aka Vivek. I play Warmerise, Rocket League, Pokemon Showdown, and many more. Feel free to like this video and subscribe to this youtube channel. I post some subjectively good videos.
Watch live at https://www.twitch.tv/classvp99
Play Warmerise at: https://warmerise.com/pages/RedvsBlue
#warmerise #classvp99 #coding
Comments