오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: 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를 선물하세요.
-
설마 이시간까지 안자고 오르비하는사람 업겟지?
-
재수생인데 이번에 재수하면서 과탐 개념을 다시 들으려고 합니다. 근데 저번에 쓴...
-
사랑하면 왜 술처먹고 죽는다하구 그러는지 모르겠다아아 내가 제일 소중하다면서 날 힘들게함
-
변한건 없니 5
날 웃게 했던 예전 그말투도 여전히 그대로니
-
근황 ㅇㅈ 5
안녕하세요 누가 식물 사준다고 하면 따라가는 사람입니다
-
개많이떨어진거같지만 크게보면 아직까지 떨어질게 많다는거임 저게 고작 2년만에...
-
기출분석잘하면 연계공부안했는데 연계지문 나와도 비연계라 치고 보면 풀려서 필요성을 못느끼겠더라
-
사문 올해 컷 8
난이도 대비 좀 높은거같긴해
-
롤할까 배그할까 8
고민이양
-
백분위가 높다? 이게 먼소리임 정확히..? 걍 높은 등급이면 당연한거 아녀?
-
튀긴 치킨 ㅇㅇ 후라이드는 넘 기름지고 양념은 넘 달고 간장은 넘 짜... 굽네가 최고~!
-
나도 목표,꿈 정하고싶음 학교는 있어도 학과는 모르겠음 솔직히 하고싶은거 없음 그냥...
-
암산테스트 9
더는못올리겠다..
-
여러분 탐구 고를 때 10
어떤걸 최우선으로 생각햇나요 1. 고점 2. 난이도 3. 개념량 4. 흥미
-
가봄 6
졸림
-
치질걸림 4
치질걸렸는데솔직히대학붙여주자 삼일째잠못자는중
-
차단 딸깍 휴
-
이거 보다 자야지
-
역이 있다고는 안 함
-
천조국 왔습니다 4
좋네요 여긴 오전 10시인데 한국은 새벽이죠?
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함