오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: https://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를 선물하세요.
-
20등 초반대 점수 궁금해요 (진학사로 다른 대학 점공 봐서 못 봤어요)
-
얼버기 7
갓생 2일차
-
Cranial bone 8개 facial bone 14개 2
frontal bone Occipital bone Parietal bone...
-
동점자 있는데 내가 이겼다 -> 나보다 수학을 못 본 새기가 있다. -> 그 처참한...
-
작년엔 가천대도 못붙었는데 그래도 올해는 숭실 동국 홍익넣고 원서생각하면서 기다리는...
-
과1사1하면 1
반만 가산점 받음?
-
설마(마사카) 사촌이 친구보다 좋다는 미친새키는 없겠지
-
오르비 점공 이벤트 SKY 메디컬 정리 업데이트 250114 1
안녕하세요 오르비 디렉터입니다. 점공 이벤트 게시글 업데이트 소식을 알려드립니다....
-
등급과 관계없이 역시 수학은
-
붙나요? 윗순위라 궁금합니다
-
실검이 이상한데 0
유빈이 1위네 뭐 올라왔나
-
킁 개 좋네 5
캬
-
오늘 일어나면 0
김치 짜구리 먹어야징 먼가 맛있어보임
-
지금 괜찮아 문장편 듣고있는데 다 듣고 또선생으로 넘어가도 괜찮을까요? 그리고...
-
내가 미안해 빨리 돌아와줘
-
혹시 695.49 점공 몇등인지 봐주실 분 계신가요? 만덕 사례해드려요
-
2025 년 1 월 14 일 | 제 1226 호 2025 수능 D-303 기지...
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함