RedditWiper
1.0.0
사용자의 Reddit 게시물 제출 및 주석을 제거하는 스크립트.
이 스크립트에는 Python> 3.6 및 Praw가 필요합니다.
Python> 3.6이 설치되고 가상 환경이 활성화되면
pip install praw
또는
pip install -r requirements.txt
다음 자격 증명을 포함하도록 reddit_wiper.py를 편집하십시오.
USERNAME, PASSWORD, CLIENT_ID, CLIENT_SECRET
client_id 및 client_secret은 reddit : https://www.reddit.com/prefs/apps/에서 앱 항목을 작성하여 얻을 수 있습니다.
(스크립트 앱 및 http : // localhost : 8080으로서 REDIRECT URI로 충분해야합니다.)
아래 사용 안내서 (Python reddit_wiper.py -help)를 참조하십시오. 옵션없이 파일을 실행하면 모든 Reddit 주석 및 제출물을 통해 각 삭제를 확인하도록 요청합니다.
usage: RedditWiper.py [-h] [-n] [-e] [-c NUMBER_OF_COMMENTS | -C] [-s NUMBER_OF_SUBMISSIONS | -S]
A script to delete your Reddit history.
optional arguments:
-h, --help
show this help message and exit
-n, --noconfirm
Delete without confirming. Confirmation is on by default.
-e, -E, --everything
Delete everything. Other deletion options take precedence.
-c NUMBER_OF_COMMENTS, --comments NUMBER_OF_COMMENTS
Delete comments. Default is 0.
-C, --all-comments
Delete all comments.
-s NUMBER_OF_SUBMISSIONS, --submissions NUMBER_OF_SUBMISSIONS, --posts NUMBER_OF_SUBMISSIONS
Delete submissions. Default is 0
-S, -P, --all-submissions, --all-posts
Delete all submissions.