오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
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를 선물하세요.
-
좀만잘볼껄 진짜조금만……………
-
165나 185나 평균인 175에서 10cm 차이나는데 7
왜 185cm 연예인이 165cm 연예인보다 훨씬 많지 아.
-
특히 올해는 교차해도 라인 안높아지는 사람 한트럭에 심지어 사과탐가산 때문에...
-
. 3
해야만 하는 쉐어하우스 광고 계속 나오는데 뭘까..
-
맞팔구합니다 3
잡담태그 잘달아요!! 갈드컵 열지 않아요
-
몇달전에 의대증원 뜨고서 한동안 뜸하더니 또 시끄럽네 뭔일임?
-
뭔 한양대 컴소가 설인문이랑 겹쳐 시발ㅋㅋㅋㅋㅋㅋㅈ버러지같네 높공부심 알겠는데 말이 되는소릴해야지
-
표점 올해랑 같다는 전제하에 국어 백분위 98 수학 원점수 88 백분위(97정도?)...
-
오랜만에 애니 보기로 했어요 ㅎㅎㅎ 대신 이상한 눈으로 쳐다보지는 말아주세용...
-
음 오랜만이구만 4
수능 끝나고 여행도 다녀오고 푹 쉬고 그러니 한 달이 지나네..가끔씩은 좀만 더 잘...
-
아무튼 이게맞음
-
감성 제이팝 추 4
-
백지도에서 찾을 수 있어야하는거임? 올해 수능때 산청도 나왔다던데 모든지역의 위치를...
-
옛날에는 지1은 꼭 끼고 시작했던거같은데 ...
-
50일 수학 다 듣고 정승제 개때잡이 좋을까요 이미지 세젤쉬가 좋을까요... ㅠㅠㅠㅠㅠ
-
도파민 풀충완 6
이게나라지 아 초점망햇네
-
흠
-
자퇴방법아는사람 3
학교행정실 직접 가는 거 말고 다른 방법은 없나요? 고대입니다
-
기가차드 3
요즘 이게 유행이래요...
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함