It looks like there are several libraries available to interact with the Lemmy API.
Do we have access to the bots used for moderation on Discord? Which Languages are they written in?
Do y’all want help porting them to Lemmy?
It looks like there are several libraries available to interact with the Lemmy API.
Do we have access to the bots used for moderation on Discord? Which Languages are they written in?
Do y’all want help porting them to Lemmy?
That would be very much appreciated. I was trying to figure out how to use this bot code: https://github.com/SleeplessOne1917/lemmy-bot
But if there are better options, that would be great. The problem I’m presently having with this bot code is I’m getting a connection failed error despite the fact I know everything is correct with my credentials.
I’ll take a stab at writing something simple tonight in golang and report my progress back.
I’m 99.9% sure I got a simple posting bot working using lemmy-bot and lemmy-js-client from git-hub. My test post worked, now to see if it actually posts the daily posts properly overnight tonight…
nice. My initial attempts to interact with the Lemmy instance with golang wasn’t super successful.
Is federation working properly?
It seems like it may be. What if I reply to you?
That worked.