오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: https://io.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를 선물하세요.
-
착한 오르비언들입니다
-
얼버깅 2
라랄랄라
-
친구가 있다는사람들은 11
뭐 그냥 ㄱㅁ하고싶은거죠?? 그쵸??
-
슬슬 사람 많네 2
이제 나도 슬슬 본가 내려가야지
-
국힙들을게없노 5
ㄹㅇㅋㅋ
-
눈 뭐냐..
-
호에엥
-
선지의 조어방식이랑 해석하기 까다로운 상황 이거 두가지에 대해 얘기하더라 7번,...
-
조선시대에 공주였던여자애가 궁에서일하는궁녀와사랑에빠짐 둘이사랑해서 은밀하게...
-
고인물들은 안 봐도 됨 화2가 처음이거나 미숙하면 농도 관련된 문제를 풀 때 용질을...
-
제 이상형 6
1. 약함 2. 공부 좀 모담 (말 안 통하는건 안댐) 3. 겁 많음
-
풀떼기 더 보여드릴가요 13
50종류 넘는 풀떼기들과 동거중
-
확통이와 미적이의 공통 점수차가 상대적으로 적어서 그런거죠??
-
ㅁㅊ..
-
선생님들, 서울대 정시 내신반영 관련하여 질문이 있습니다. 2
내신을 반영할 때 국수영탐구한국사 등의 주요 과목만 반영하는지, 한문, 정보 등의...
-
진짜 혼잔데 6
헤드셋 없이 인강 들어버려도 괜찮은거 아닐까
-
정신병자가연상이어야함 정상인은 연하인데 정병인이 평소엔 티 하나도 안내고 밝아보여서...
-
롤이란 그런거지
-
졸리네요 6
자러갈게요 모두 잘자요
-
돈을 또 얼마나 땡긴 거임
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함