Pywikibot 내용 수정 봇 돌리기

Pywikibot replace
Pywikibot 내용 수정 봇 돌리기

1 특정 분류 소속 문서 수정[ | ]

사용법
python pwb.py replace "원래문자열" "새문자열" -cat:"분류" -summary:"편집요약" -always
실행예시
root@zetawiki:~/core_stable# python pwb.py replace "<syntaxhighlight lang='xorg_conf'>" "<syntaxhighlight lang='aconf'>" -cat:"구문 강조에 오류가 있는 문서" -summary:"conf 문법 강조" -always
Retrieving 37 pages from zetawiki:ko.
No changes were necessary in [[SVN 서버 설정]]
No changes were necessary in [[리눅스 hosts 파일]]
No changes were necessary in [[리눅스 소켓 메모리 크기 변경]]
No changes were necessary in [[리눅스 kernel.sem 설정]]


>>> PHP 메모리 부족 <<<
@@ -35 +35 @@
- <syntaxhighlight lang='xorg_conf'>
+ <syntaxhighlight lang='aconf'>

Page [[PHP 메모리 부족]] saved
No changes were necessary in [[미디어위키 간편URL 적용]]
No changes were necessary in [[VirtualBox 리눅스 인터넷 연결]]
... (생략)
No changes were necessary in [[VirtualBox에 CentOS 7 설치]]
No changes were necessary in [[Varnish 메모리 할당량 변경]]
No changes were necessary in [[우분투 PostgreSQL 설치]]

6 pages changed.

2 전체 문서 수정[ | ]

python pwb.py replace "원래문자열" "새문자열" -start:!

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}