This repository was archived by the owner on Apr 28, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathduplicate.py
More file actions
Latest commit
176 lines (165 loc) · 9.35 KB
/
Copy pathduplicate.py
File metadata and controls
176 lines (165 loc) · 9.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
#
#
# PPPPPPPPPPPPPPPPP kkkkkkkk
# P::::::::::::::::P k::::::k
# P::::::PPPPPP:::::P k::::::k
# PP:::::P P:::::P k::::::k
# P::::P P:::::P ooooooooooo k:::::k kkkkkkk eeeeeeeeeeee
# P::::P P:::::Poo:::::::::::oo k:::::k k:::::kee::::::::::::ee
# P::::PPPPPP:::::Po:::::::::::::::o k:::::k k:::::ke::::::eeeee:::::ee
# P:::::::::::::PP o:::::ooooo:::::o k:::::k k:::::ke::::::e e:::::e
# P::::PPPPPPPPP o::::o o::::o k::::::k:::::k e:::::::eeeee::::::e
# P::::P o::::o o::::o k:::::::::::k e:::::::::::::::::e
# P::::P o::::o o::::o k:::::::::::k e::::::eeeeeeeeeee
# P::::P o::::o o::::o k::::::k:::::k e:::::::e
# PP::::::PP o:::::ooooo:::::ok::::::k k:::::ke::::::::e
# P::::::::P o:::::::::::::::ok::::::k k:::::ke::::::::eeeeeeee
# P::::::::P oo:::::::::::oo k::::::k k:::::kee:::::::::::::e
# PPPPPPPPPP ooooooooooo kkkkkkkk kkkkkkk eeeeeeeeeeeeee
# SSSSSSSSSSSSSSS tttt
# SS:::::::::::::::S ttt:::t
# S:::::SSSSSS::::::S t:::::t
# S:::::S SSSSSSS t:::::t
# S:::::S ttttttt:::::ttttttt aaaaaaaaaaaaa rrrrr rrrrrrrrr
# S:::::S t:::::::::::::::::t a::::::::::::a r::::rrr:::::::::r
# S::::SSSS t:::::::::::::::::t aaaaaaaaa:::::ar:::::::::::::::::r
# SS::::::SSSSStttttt:::::::tttttt a::::arr::::::rrrrr::::::r
# SSS::::::::SS t:::::t aaaaaaa:::::a r:::::r r:::::r
# SSSSSS::::S t:::::t aa::::::::::::a r:::::r rrrrrrr
# S:::::S t:::::t a::::aaaa::::::a r:::::r
# S:::::S t:::::t tttttta::::a a:::::a r:::::r
# SSSSSSS S:::::S t::::::tttt:::::ta::::a a:::::a r:::::r
# S::::::SSSSSS:::::S tt::::::::::::::ta:::::aaaa::::::a r:::::r
# S:::::::::::::::SS tt:::::::::::tt a::::::::::aa:::ar:::::r
# SSSSSSSSSSSSSSS ttttttttttt aaaaaaaaaa aaaarrrrrrr
# FFFFFFFFFFFFFFFFFFFFFF
# F::::::::::::::::::::F
# F::::::::::::::::::::F
# FF::::::FFFFFFFFF::::F
# F:::::F FFFFFFaaaaaaaaaaaaa nnnn nnnnnnnn
# F:::::F a::::::::::::a n:::nn::::::::nn
# F::::::FFFFFFFFFF aaaaaaaaa:::::an::::::::::::::nn
# F:::::::::::::::F a::::ann:::::::::::::::n
# F:::::::::::::::F aaaaaaa:::::a n:::::nnnn:::::n
# F::::::FFFFFFFFFF aa::::::::::::a n::::n n::::n
# F:::::F a::::aaaa::::::a n::::n n::::n
# F:::::F a::::a a:::::a n::::n n::::n
# FF:::::::FF a::::a a:::::a n::::n n::::n
# F::::::::FF a:::::aaaa::::::a n::::n n::::n
# F::::::::FF a::::::::::aa:::a n::::n n::::n
# FFFFFFFFFFF aaaaaaaaaa aaaa nnnnnn nnnnnn
#
#
#
#
#
#
#
importlogging
fromdatetimeimportdatetime
importpraw
importprawcore
frommarkdowntableimportTableasta
frompokestarfansloggingsetupimportsetup_logger
frommodules.loginimportreddit
logger=setup_logger('duplicates')
# noinspection PyBroadException
defgenerate_and_reply(submission):
starter=ta('Title')
starter.all_columns('Subreddit', 'Author', 'Time', 'Karma')
footer='\n\n----\n\n I am a bot [FAQ](https://www.reddit.com/r/DuplicatesBot/wiki/index)-[' \
'Code](https://github.com/PokestarFan/DuplicateBot)-[Bugs](' \
'https://www.reddit.com/r/DuplicatesBot/comments/6ypgmx/bugs_and_problems/)-[Suggestions](' \
'https://www.reddit.com/r/DuplicatesBot/comments/6ypg85/suggestion_for_duplicatesbot/)-[Block ' \
'user (op only)' \
'](' \
'https://www.reddit.com/message/compose/?to=DuplicatesBotBlocker&subject=remove%20user&message' \
'={user})-[Block from subreddit (mods only)](' \
'https://www.reddit.com/message/compose/?to=DuplicatesBotBlocker&subject=remove%20subreddit' \
'&message={sub})\n' \
'\nNow you can remove the comment by replying delete! '.format(user=
str(
submission.author), sub=str(submission.subreddit))
globalmessage
sub_id=submission.subreddit
fordup_subinsubmission.duplicates():
duplicates= []
time=dup_sub.created
time=str(datetime.fromtimestamp(time))
author='/u/'+str(dup_sub.author)
ifstr(submission.author) ==author:
author=author+' [author of both threads]'
duplicates.append(['[{}]({})'.format(str(dup_sub.title), 'https://www.reddit.com'+str(dup_sub.permalink)),
'/r/'+str(dup_sub.subreddit), author, str(time), str(dup_sub.score)])
iflen(duplicates) >0:
message='Here is a list of threads in other subreddits about the same content:\n'
fordupinduplicates:
starter.add_row_with_list(dup)
message+='\n'+starter.table
message+='\n'+footer
try:
submission.reply(message)
logger.info('Message posted on {}'.format(str(submission)))
logger.debug('Message: {}'.format(message))
except(praw.exceptions.APIException, UnboundLocalError):
logger.debug('Submission {} has been skipped due to missing text.'.format(sub_id))
exceptprawcore.exceptions.Forbidden:
logger.debug('You are blocked on /r/{}'.format(str(submission.subreddit)))
exceptAssertionError:
logger.debug('Assertion Error occured! Printing message and traceback.')
logger.debug(message+str(len(message)), exc_info=True)
except(KeyboardInterrupt, SystemExit):
raise
exceptException:
logger.error('Error occurred!', exc_info=True)
except:
logger.critical(
'Massive Error occurred! Not part of the Exception, KeyboardInterrupt or SystemExit exceptions. Fix ASAP.',
exc_info=True)
finally:
message=''
defrun_bot(sub_id):
globalblocked_sub
ifTrue:
try:
logging.debug('Starting submission {}'.format(str(sub_id)))
blocked_user=0
blocked_sub=0
submission=sub_id
try:
withopen('blockusers.txt', 'r') asnew_file:
forlineinnew_file.readlines():
line=line.strip('\n')
ifstr(submission.author).lower() ==line.lower() or'bot'instr(submission.author).lower():
blocked_user=1
break
exceptFileNotFoundError:
withopen('blockusers.txt', 'w'):
blocked_user=0
try:
withopen('blockedsubs.txt', 'r') asnew_file:
forlineinnew_file.readlines():
line=line.strip('\n')
ifstr(submission.subreddit).lower() ==line.lower():
blocked_sub=1
break
exceptFileNotFoundError:
withopen('blockedsubs.txt', 'w'):
blocked_sub=0
ifblocked_user==0andblocked_sub==0:
generate_and_reply(sub_id)
except(KeyboardInterrupt, SystemExit):
raise
exceptException:
logger.error('Error on submission {} occurred.'.format(str(sub_id)), exc_info=True)
defaction():
forsub_idinreddit.subreddit('all').stream.submissions():
run_bot(sub_id)
if__name__=='__main__':
whileTrue:
try:
action()
except(KeyboardInterrupt, SystemExit):
raise
exceptException:
logger.critical('Error has occured when running main loop, please resolve asap', exc_info=True)