오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
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
술끝
-
ㄹㅇ
-
제 이상형 6
1. 약함 2. 공부 좀 모담 (말 안 통하는건 안댐) 3. 겁 많음
-
닉변쿨돎
-
파일보관함이 어딨지.. 아이패드는 못보나요 ㅠㅠ
-
두비두비 다바다바
-
진짜 혼잔데 6
헤드셋 없이 인강 들어버려도 괜찮은거 아닐까
-
저는 0
-
사실 지금 스카임 14
ㅇㅇ
-
테드님 어디감? 1
ㅈㄱㄴ
-
말투가 계속 달라지네 어제까지는 이런 말투가 아니었는데 말이에요 어색해….
-
아 레어 사라고 2
사라고사라고...
-
오 눈 왔구나 2
오
-
알파피메일의 삶을 살수있음 ㅇㅇ
-
ㅎㅎ
-
무조건 부동산 방문? 직방으로 문의?
-
누가 인증했음? 8
ㄴㄱ
-
도라에몽좌 연전연승ㅋㅋ 11
-
호에엥
-
ㅇㅈ 4
귀여운 우파
-
어느 순간부터 파란색이 되어있어요 뭐죠 이게
-
몇개나 되심 보통? 본인은 10개 / 학잠포함 15개인것같은데 보통 10-15개 정도면 충분한가….
-
딸각
-
이대로면 솔직히 탄핵은 확정으로 보인다 차기 대권 지지율 1위를 달리고 있는...
-
에타 0
에타 합격자 인증할때 대학교 입학처에서 합격자 조회한거 스샷 찍어서 올리면...
-
만나봤는데 다 선남선녀들이었다
-
차단 딸깍 휴
-
이분마저 기만러인건 좀 화나네 진짜 기만러들이 몇명인거야
-
천조국 왔습니다 4
좋네요 여긴 오전 10시인데 한국은 새벽이죠?
-
걔좀 호감이옇는데
-
왜 인증메타냐 4
ㄹㅇ
-
바이바이 8
잔다리
-
돌이켜보니 참 이해가 안가는군
-
아스트레스받는다 0
이유는없음
-
해줌?
-
좀 아는건 술술 읽히네
-
정벽햄 ㅇㅈ사진 11
5만덕에 구해요 쪽지 보내주세요
-
배고파죽겟음 5
제육 볶아오셈
-
나도못봤는데 8
정확히 이수린 시즌2임? 몇시몇분에 일어남?
-
안녕하세요 롤스가 운(천부적 재능같은것),운의 대한 결과물에 대한 응분의자격이...
-
제곱근 자작문제 1
수학 모의고사 만들면서 만든 문제인데 완성도가 그닥 높지 않아서 공유합니다. 발문이...
-
ㅋㅋ 12
다시는없을기회라는거임
-
아 뭐야 못봤다 3
너무 아쉬운데
-
만약 중국이 지금보다 더 떡상한다면. 당연히 장기적으로는 미국이 억제를 어떻게든...
-
귀여운 칸나빼고
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함