오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: https://i9.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를 선물하세요.
-
밑줄 친 부분 구하는 방법 알려주세요.. 전개를 이용해서요
-
개인적인 의견임 4
국잘생잘인듯 국어 잘하면 생윤을 잘함
-
솔직히 환경탓하는건 다 허수들이죠?
-
07년생 인원수 의반 더블링(불인증 정말로 되면 더 많아질듯..) 의대 감축/모집정지(진짜 된다면)
-
제법 세월이 됩니다.
-
사탐런 3
요번에 사탐런 해서 개념 처음인데 방학까지 개념 한번 돌리는 것만 해도 될까요?
-
ヨンセイ 4
-
증명해야 한다. 머리가 나쁘지 않다는 것, 양아치가 아니라는 것을 <— 이거 진짜임?
-
지능을 증폭하고 싶어
-
히히 신난당 나도 이제 약대생
-
글리젠이 말이 아니네...
-
점공상 예비 18->실제 예비 28 18번이면 100프로 되는데 지금은 아슬아슬하네 씁…
-
흔히 코딩이란, 뭔가 전문가나 컴공과 공돌이들만 하는 건줄 안다. 일단 딱봐도...
-
자작시 4
자살방조글같아서 스스로 내용을 삭제함.
-
[속보] 내일 새벽 5시, 尹체포 재시도 유력…형사 1000명 투입 3
https://n.news.naver.com/article/437/0000426489...
-
근데 학원에서 오르비 하는 놈은 뭐냐
-
제가 화,수,목,금 은 22시에 자서 06시에 기상하는데 월,토,일은 편의점 알바...
-
노무사 관세사 법무사 세무사 감정평가사 회계사 변호사 행정고시 입법고시 외무고시...
-
그 전에 원서 접수한 애들은 구제해줄텐데 버리고 온 한의대.. 수의대.. 공대.. 아른거린다
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함