NaverBlog_Auto is an all-in-one program designed for bulk posting and comment collection on Naver blogs.
Description: A program designed to collect comments from Naver blogs. Simply input the blog link, and it will be automatically recognized. Developed in the Chrome 123 environment.
Usage: After running the program, simply input the URL you wish to track!
Requirements:
pip install pandas, bs4, selenium, openpyxl, lxml
Exporting as Executable: For PyInstaller, use the following command:
pyinstaller NaverBlog_comments_collector.py --onefile --hidden-import os --hidden-import re --hidden-import time --hidden-import datetime --hidden-import pandas --hidden-import bs4 --hidden-import selenium --hidden-import openpyxl --hidden-import lxml
IMPORTANT NOTICE: This program is out-dated. This program is based on Chrome Driver version 113. You need to modify some codes to use it.
Description: This program is primarily intended for uploading class schedules or announcements to specific blogs. To use it for other purposes, some code modifications may be necessary. The executable is based on Chrome Driver version 113 and may not work if your Chrome version differs. In such cases, download the Chrome Driver suitable for your computer and use PyInstaller to export the .py file to an .exe file again.
Requirements:
pip install selenium, pyperclip, certifi, urllib3, pyautoit, autoit, webdriver_manager
you can download "autoit" programe here.
Exporting as Executable: For PyInstaller, use the following command:
pyinstaller BlogPostingAuto113.py --onefile --add-binary "chromedriver.exe;." --add-data="AutoItX3_x64.dll;autoit\lib" --hidden-import certifi --hidden-import urllib3 --hidden-import pyperclip --hidden-import webdriver-manager --hidden-import pyautoit --hidden-import autoit
NaverBlog_Autoλ λ€μ΄λ² λΈλ‘κ·Έ λλ ν¬μ€ν λ° λκΈ μμ§μ μν μ¬μΈμ νλ‘κ·Έλ¨μ λλ€.
μ€λͺ : λ€μ΄λ² λΈλ‘κ·Έμμ λκΈμ μμ§νλ νλ‘κ·Έλ¨μ λλ€. λΈλ‘κ·Έ λ§ν¬λ₯Ό μ λ ₯νλ©΄ μλμΌλ‘ μΈμλ©λλ€. Chrome 123 νκ²½μμ κ°λ°λμμ΅λλ€.
μ¬μ© λ°©λ²: νλ‘κ·Έλ¨μ μ€νν ν μΆμ νλ €λ URLμ μ λ ₯νμμμ€!
μꡬ μ¬ν:
pip install pandas, bs4, selenium, openpyxl, lxml
μ€ν νμΌλ‘ λ΄λ³΄λ΄κΈ°: κ·Έ μ΄ν μλ μμ μ½λλ₯Ό νμ©ν΄μ£ΌμΈμ.
pyinstaller NaverBlog_comments_collector.py --onefile --hidden-import os --hidden-import re --hidden-import time --hidden-import datetime --hidden-import pandas --hidden-import bs4 --hidden-import selenium --hidden-import openpyxl --hidden-import lxml
μ€μ μλ¦Ό: μ΄ νλ‘κ·Έλ¨μ μ€λλ λ²μ μ λλ€. μ΄ νλ‘κ·Έλ¨μ ν¬λ‘¬ λλΌμ΄λ² λ²μ 113μ κΈ°λ°μΌλ‘ ν©λλ€. μ½λλ₯Ό μ¬μ©νλ €λ©΄ μΌλΆ μ½λλ₯Ό μμ ν΄μΌ ν©λλ€.
μ€λͺ : μ΄ νλ‘κ·Έλ¨μ νΉμ λΈλ‘κ·Έμ λ°λ³ μκ°νλ 곡μ§μ¬νμ μ λ‘λνλ λ° μ¬μ©λ©λλ€. λ€λ₯Έ λͺ©μ μΌλ‘ μ΄μ©νκΈ° μν΄μλ μΌλΆ μ½λ μμ μ΄ νμν©λλ€. μ€ν νμΌμ ν¬λ‘¬ λλΌμ΄λ² λ²μ 113μ κΈ°λ°μΌλ‘ νλ©°, λ³ΈμΈμ ν¬λ‘¬ λ²μ κ³Ό λ€λ₯Ό κ²½μ° μλνμ§ μμ μ μμ΅λλ€. μ΄ κ²½μ°μλ λ³ΈμΈμ μ»΄ν¨ν°μ λ§λ ν¬λ‘¬ λλΌμ΄λ²λ₯Ό λ€μ΄λ‘λνκ³ PyInstallerλ₯Ό μ¬μ©νμ¬ .py νμΌμ λ€μ .exe νμΌλ‘ λ΄λ³΄λ΄μμμ€.
μꡬ μ¬ν:
pip install selenium, pyperclip, certifi, urllib3, pyautoit, autoit, webdriver_manager
"autoit" νλ‘κ·Έλ¨μ μ¬κΈ° μμ λ€μ΄λ‘λν μ μμ΅λλ€.
μ€ν νμΌλ‘ λ΄λ³΄λ΄κΈ°: κ·Έ μ΄ν μλ μμ μ½λλ₯Ό νμ©ν΄μ£ΌμΈμ.
pyinstaller BlogPostingAuto113.py --onefile --add-binary "chromedriver.exe;." --add-data="AutoItX3_x64.dll;autoit\lib" --hidden-import certifi --hidden-import urllib3 --hidden-import pyperclip --hidden-import webdriver-manager --hidden-import pyautoit --hidden-import autoit