XenForo
Administrative
- Thread starter
- Admin
- #1
well, i don't think i can manage to get any further than i already have on my own, so i have to ask
how exactly would i go about editing posts via python calls? i wrote a script that lets me post new messages into a specified thread, but i would like to also figure out how to edit messages if i'm posting a new one within a certain time.
here's what i've got:
Python:
Read more
ادامه مطلب...
how exactly would i go about editing posts via python calls? i wrote a script that lets me post new messages into a specified thread, but i would like to also figure out how to edit messages if i'm posting a new one within a certain time.
here's what i've got:
Python:
if datetime.strptime(datetime.now().strftime('%Y-%m-%d %H:%M:%S'), '%Y-%m-%d %H:%M:%S') - last_post_date <=...
Read more
ادامه مطلب...