I am planning to create a bot that would allow people to tag posts or content they want to get fact checked. The idea is this:

(1) you tag the soon-to-be fact-checker bot under a comment or main thread, something like @fact_check_this_bot

(2) the bot cross-posts on this community page

(3) for the future, given sufficient answers to the post (maybe we can control that with flairs or something), the bot can also nudge back the person who requested the fact checking

(4) will share the code for the bot so that others can replicate this on their own instances, now thinking of forking this one: https://github.com/SleeplessOne1917/lemmy-bot

Of course, people will still be able to make their own posts, this bot is just meant to make it easier, faster, and more organized.

I haven’t gotten started yet, hardly skimmed through the github repo of the lemmy bot. So if you have any ideas or pointers, please let me know!

  • @RookiA
    link
    English
    0
    edit-2
    1 year ago

    Ok i made huge progress :) The newest version has auto post, commands ( global, community only, mod only ), auto mod ( Remove or Ban User ).

    For your purpose i could imagine a global command like @fact check. And then you can crosspost the post :).

    • ???OPM
      link
      English
      21 year ago

      Hi, thanks for the help. This is exactly the purpose I posted in the original thread. I’ll take a look but will likely build my own. If your repo is good, I’ll fork it.

      • @RookiA
        link
        English
        11 year ago

        If your bot is better then mine i will fork yours XD

        • ???OPM
          link
          English
          21 year ago

          Sure.

          • @RookiA
            link
            English
            1
            edit-2
            1 year ago

            I will surely contribute to your bot, when there is a github :)

            A note for my repository: For you only lemmyService is the main part for you. The discord bot part is just for a future function ;)