오르비 댓글 다는 매크로( 파이썬 구동할 수 있으면 가능 )
게시글 주소: https://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를 선물하세요.
-
[Zola] 샤대 3대 바보 vs. 생윤 기출 3대 바보 34
Zola임당 요즘은 달라졌을 것 같은데 제가 샤대 다닐 때의 3대 바보는......
-
못생겨 나이 많아 건강 안 좋아 머리 나빠 장점이 뭐야 대체
-
내일 나온다고 막 떨린다 방금 카톡 왔어요!! 경희의 중앙의 둘 중에 고민하길래...
-
올해가 특수케이스인가요? 사1과1하면 그래도 안전빵으로 가능한건가요?
-
시간이 많이 남네 청소 아주머니 말고 아무도 없어서 눈치 볼 사람도 없고 내일부터 독서나 해야겠다
-
제발ㅠㅜ
-
지1사탐 할빠엔 3
세지사탐 한다 ㅋㅋ 세지 해줘요 ㅠ
-
하.. 0
2월 7일까지 언제기다려
-
먼가잘하고싶은욕구가
-
가천대 합격생을 위한 노크선배 꿀팁 [가천대 25학번] [맛집 탐방] 0
대학커뮤니티 노크에서 선발한 가천대 선배가 오르비에 있는 예비가천대학생들을 돕기...
-
오차 6등밖에 차이안나네 정원 210명에 다군인데 ㄷㄷ
-
막 광고봐서 돈 받는 앱테크 있잖슴? 그거를 매크로로 돌리는 거지 ㅋㅋㅋㅋㅋㅋ 당장 해본다
-
순장 1
이거 네크로필리아랑 엮는 국어지문 만들어보고싶네
-
새로 산 옷 입고 11
약속나가기 으흐흐
-
경북대,전남대,충남대는 대구,광주,대전에 있으면서 왜 대구대,광주대,대전대가...
님 ㄹㅇ 코딩황인가
지금 달고있음?
ㅇㅇ
10000 검색하면 글 나옴
개신기하네 ㅋㅋ 낼 보면 10000개 찍혀있겠다
ip밴당하지않나
딱히 제재할 이유는 없는 듯
디도스도 아니고 댓글 좀 단다고 서버가 과부하 걸리면 좀 이상하긴함