biggest money

This commit is contained in:
Aevann1 2022-01-31 03:41:04 +02:00
parent 9432f69e17
commit a172970b4b
25 changed files with 108 additions and 55 deletions

View file

@ -667,7 +667,7 @@ def thumbnail_thread(pid):
db.add(post)
db.commit()
if SITE == 'rdrama.net' and random.random() < 0.05:
if SITE == 'rdrama.net' and random.random() < 0.02:
for t in ("submission","comment"):
for term in ('rdrama','freeghettohoes.biz','marsey'):
for i in requests.get(f'https://api.pushshift.io/reddit/{t}/search?html_decode=true&q={term}&size=10').json()["data"]: