오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: https://iu.orbi.kr/00071284170
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를 선물하세요.
-
내신관리 어케하는거죠 중학교 때 내신으로 피말리는 일기토 뜨다가 이 짓거리를 대학...
-
지금은 탈릅했는데
-
1번 2번 3번 옛날에 만든 가장 악명높은 대표 물2 자작 문제 삼총사입니다. 네,...
-
꿀모 2-1 2
ㅅㅂ 걍 회차3개 다 개쳐어렵네 이상하게 빙빙도는것도 그렇고 뭣보다 식 뇌절의 끝을 보여줌
-
아침에 일어나면 중대 발표까지 심장떨려서 죽을거같음
-
배까지 말썽이네 1
서럽다ㅜㅜ
-
소재를 뭐 쓰는 게 좋을까요 흔해빠진 동양철학 서양철학은 질색이야
-
고기집에서 알바 고용하면서 최저만 띡 주고 주휴를 안 줘? 그만둘때 신고로 주휴 전부 받아내야지
-
이게 맞는 페이스인 건가요 최저러고 언매미적물지에 3합 7이 목표에요
-
바바바엣츄 3
엣쮸,츄,엣츄희,,,, 데헷 요즘 춥네여
-
강민철쌤 말고 ㅊㅊ 해주세요 좀 스킬적인 강의? 를 듣고싶어요
-
지금 심정 2
의사는, 못됐네.
-
좀만잘볼껄 진짜조금만……………
-
재수 고민 2
현역이고 언매미적 물지 22234입니다 수학 평소엔 1나왔었고여 재수가 너무...
-
165나 185나 평균인 175에서 10cm 차이나는데 7
왜 185cm 연예인이 165cm 연예인보다 훨씬 많지 아.
-
특히 올해는 교차해도 라인 안높아지는 사람 한트럭에 심지어 사과탐가산 때문에...
-
3월에 학교 2
갈 수 있을까... 힘들겟지...
-
집가기 9
바로 이불속으로 들어갈래요
-
만취 2
취르비on
-
화2는 확정이구 물리1 지구1 중에 고민중이에요…. 목표는 메이저의대입니다 ㅠㅠ...
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함