오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
import time
def login_to_orbi_and_comment(username, password, article_number, comment_word, num_comments):
# Set up WebDriver
login_url = "https://login.orbi.kr/login"
base_url = "https://orbi.kr/"
article_url = f"{base_url}{article_number}" # Construct the article URL
# Start WebDriver
driver = webdriver.Chrome() # Ensure you have the ChromeDriver installed and accessible
driver.get(login_url)
try:
# Log in to Orbi
time.sleep(3) # Allow time for the page to load
driver.find_element(By.NAME, "username").send_keys(username) # Locate username field by "name"
driver.find_element(By.NAME, "password").send_keys(password) # Locate password field by "name"
driver.find_element(By.NAME, "password").send_keys(Keys.RETURN) # Submit the login form
time.sleep(3) # Wait for login to complete
# Navigate to the article
driver.get(article_url)
time.sleep(3)
# Post comments
for i in range(num_comments):
# Locate the comment input field
comment_area = driver.find_element(By.NAME, "content") # Locate by "name"
comment_area.click() # Activate the comment input field
time.sleep(1) # Allow the input area to activate
# Enter the comment text
comment_area.send_keys(comment_word)
# Locate and click the post button
post_button = driver.find_element(By.CLASS_NAME, "send") # Locate the post button by "class"
post_button.click()
print(f"Comment {i + 1} posted.")
time.sleep(2) # Add delay to mimic human behavior
except Exception as e:
print(f"An error occurred: {e}")
finally:
driver.quit()
if __name__ == "__main__":
username = input("Enter your Orbi username/email: ")
password = input("Enter your password: ")
article_number = input("Enter the article number (last digits of the URL): ")
comment_word = input("Enter the word to comment: ")
num_comments = int(input("Enter the number of comments to post: "))
login_to_orbi_and_comment(username, password, article_number, comment_word, num_comments)
크롬 웹드라이버랑 파이썬 구글에 찾아서 다운 받고
pip install selenium 치셈( 윈도우는 작업관리자, 맥은 터미널)
추후에 자기가 쓴 댓글 지우는 코드도 올릴예정
0 XDK (+0)
유익한 글을 읽었다면 작성자에게 XDK를 선물하세요.
-
일하고와서그런지 10
피곤하네요
-
아가들아 14
첫번째사진은 2019버전인데 오타임
-
국어 과외 상담지 10
한번 만들어봣어요 비판/개선점 지적 환영
-
특히 조정식이.. 나라도 방송 나가면 저렇게 할 거 같은데 해석 어버버거리는 걸로...
-
걍 내가 24학년도부터 평가원미적 가장 고평가하는 문제 이렇게 됨 8
2406: 미적 28 2409:미적 28 2411:미적 28 2506:미적 30...
-
오팬무? 20
-
내신 쉬운 학교에서 1점 중후반 받는 수시러입니다 3합 6 최저 맞추는게 목표에요....
-
20년에 중학생..?
-
어려운 느낌인데 24는 그래도 이제는 무슨 맥락인지는 다 아는데 23은 (가)...
-
유물 ㅇㅈ) 13
ㅈㄱㄴ
-
중2 12월 25일에 친구들이랑 겨왕 2 보고 놀고 그랬는데 그러고 곧바로...
-
안먹은지도 오래됐네
-
전 우울할 땐 그냥 앱을 삭제해버림뇨 아예 안 들어옴 장점은 그 누구에게도 민폐...
-
맞아보고 싶은 여선생님이 한둘이 아니었지.. 하 그 고운 손으로 빠따를 들고 내...
-
감 다 뒤진 듯 16 18번틀
-
발표가 뜬다
-
그러면 그 애는 최소 ㅅㅌㅊ 외모가 보장된 상태임 백인 혼혈들 다 연예인급이던뎅
-
물론 그냥 점공을 안한분이겠지만… 아직 최초합권이잖아 한잔해~~
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다