all 6 comments

[–]magnora7 6 insightful - 3 fun6 insightful - 2 fun7 insightful - 3 fun -  (1 child)

Hey, welcome to saidit!

[–]justcool393[S] 5 insightful - 2 fun5 insightful - 1 fun6 insightful - 2 fun -  (0 children)

Thank you! :)

[–]NutterButterFlutter 3 insightful - 2 fun3 insightful - 1 fun4 insightful - 2 fun -  (6 children)

Hi justcool393, good to see you here too! Looking forward to s/drama taking off on this site, thanks for modding it!

Really appreciated your bot contributions on Reddit, and hope to see them ported to SaidIt if you get the time and inclination :)

Since you're like, bot-coding extraordinaire ... I know one of my other mods has been struggling to figure out AutoModerator on this site. Specifically, how to get it to make scheduled posts, that's a feature that seems to be lacking. Would you happen to know anything about it?

https://saidit.net/s/help/comments/5c4b/automoderator_questions_scheduling_and_flair/

[–]justcool393[S] 4 insightful - 1 fun4 insightful - 0 fun5 insightful - 1 fun -  (5 children)

I thought I replied to this but apparently I didn't. Whoops!

Hi justcool393, good to see you here too! Looking forward to s/drama taking off on this site, thanks for modding it!

Thanks!

Really appreciated your bot contributions on Reddit, and hope to see them ported to SaidIt if you get the time and inclination :)

I definitely will if I have the time.

Since you're like, bot-coding extraordinaire ... I know one of my other mods has been struggling to figure out AutoModerator on this site. Specifically, how to get it to make scheduled posts, that's a feature that seems to be lacking. Would you happen to know anything about it?

https://saidit.net/s/help/comments/5c4b/automoderator_questions_scheduling_and_flair/

(ccing /u/magnora7 on this) the AutoModerator scheduler is a completely separate script app that would run on the /u/automoderator account. there's an integrated version that exists, but it's not been used at reddit, nor is it public. on reddit's side of things, it's being phased out in favor of the scheduled posts feature.

iirc, it's this script: https://github.com/Deimos/ScheduleBot

It uses praw, so a version of praw that uses /s/ instead of /r/ would have to be written (probably just changing a lot of /r/ to /s/).

[–][deleted]  (4 children)

[deleted]

    [–]justcool393[S] 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (3 children)

    I think the voting is the big issue with saidit that makes writing code for it difficult, since there's like 5 vote directions instead of the 3, but yeah. It'd probably take a little bit to adapt.

    [–][deleted]  (2 children)

    [deleted]

      [–]justcool393[S] 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (1 child)

      yeah that's the thing about reddit's API in general (and by extension saidit's), it's really easy to create your own apps and scripts