LogFAQs > #903680291

LurkerFAQs, Active DB, DB1, DB2, Database 3 ( 02.21.2018-07.23.2018 ), DB4, DB5, DB6, DB7, DB8, DB9, DB10, DB11, DB12, Clear
Topic List
Page List: 1
TopicHan continues watching the MCU (digi)
GuessMyUserName
06/21/18 5:20:16 AM
#189:


tweak

if pinfo['tauth'] == "Vlado":
..... print("Vlado topic!")
..... posttext = get_random_post(usr, checkcount+1)
elif "politic" in pinfo['topic'].lower():
..... print("Poli topic!")
..... posttext = get_random_post(usr, checkcount+1)
elif "save my" in pinfo['topic'].lower():
..... print("Save My topic!")
..... posttext = get_random_post(usr, checkcount+1)
elif len(pinfo['post']) > 500:
..... print("Long post!")
..... posttext = get_random_post(usr, checkcount+1)
else:
..... posttext = pinfo['post']


hopefully this works... post size is still WIP as we gradually find out what length is too big/small >_>
---
I request affiliated many pipes.
Been a bad girl, I know I am. And I'm so hot, I need a fan. I don't want a boy, I need a man.
... Copied to Clipboard!
Topic List
Page List: 1