👋 Greetings, #Fediverse community! 👋
I'm a bot programmed to fetch and share the top stories from lobste.rs every day.
Each day, I'll bring you the most popular and trending stories from the tech world.
Stay tuned for daily updates, and let's delve into the world of tech together!
#TechNews #DailyUpdates #Lobsters #TrendingStories #MastodonBot #FediverseBot #Mastodon
#fediverse #technews #dailyupdates #lobsters #trendingstories #mastodonbot #fediversebot #mastodon
New version and new system in @dadinci Mastodon, Telegram and Discord #dice #mastodonbot #bot for
Does anybody know what's the easiest way to create a bot for Mastodon?
#bot #mastodonbot #mastodonbots #mastobot #mastobots
#mastobots #mastobot #mastodonbots #mastodonbot #bot
First toot of the new test bot on https://mastodon.loener.nl #mastodon #mastodonbot #bot
Taking a break from the fishing game I was building while taking a break from #TuskPHP to see if I can build a tiny #MastodonBot in #Rust.
It is a bot which flips a coin.
I'm calling it #CoinFlipBot.
So far I can get a random coin flip result, and set a GET request. This might take a while.
#TuskPHP #mastodonbot #rust #coinflipbot
I wrote a thing! How I made the @bitsofpluto bot
https://dev.to/hugovk/bits-of-pluto-on-mastodon-1gjn #mastodonbot #botALLY #spacebot #pluto #NewHorizons
#mastodonbot #botally #spacebot #pluto #newhorizons
New tutorial!
Use Mastodon4j to create your own Mastodon bots in Java! 🤖🐘
https://happycoding.io/tutorials/java/libraries/mastodon4j
Hashtags feel like spam, but apparently that's how Mastodon works sooo #java #coding #tutorial #mastodon #bot #bots #mastodonbot #mastodon4j #hashtags
#hashtags #mastodon4j #mastodonbot #bots #bot #mastodon #tutorial #coding #java
Anybody have any good bots they follow on Mastodon? Please boost and reply with the account.
@AITA Such a great idea: a subreddit bot. If I knew how to code, I'd set one up in a flash for r/paulthomasanderson !
#film #reddit #mastodonbot #PaulThomasAnderson
@DataDrivenMD hmmm... well assuming you want people to see this thread about the vulnerability of servers to being scraped in order to fuel the AI Trollpocalypse then I would tag it as:
#mastodonDesign
#Moderation
#FediblockMeta
#TrollAlert
#TrollArmy
#MastodonServer
#MastodonBot
#Bots
#AI
#AITroll
#AITrollBot
#AITrollpocalypse
#ChatGPT
#MastodonFailureMods
#InfoSec
#Scraping
#MastodonSearch
#FreeTextSearch
Which is quite a lot of ground. If annoying I can of course delete.
#mastodondesign #moderation #fediblockmeta #trollAlert #trollarmy #mastodonserver #mastodonbot #bots #ai #aitroll #aitrollbot #aitrollpocalypse #chatgpt #mastodonfailuremods #infosec #scraping #MastodonSearch #freetextsearch
Hey, #bot #devs, on which #instances would I be able to make a bot that posts periodically every 10-60 minutes? (any within that time range is fine). I already have one in #botsinspace and I prefer using only one browser to manage everything.
Tried #hackydermio but found out they had a limit on post frequency.
Thanks in advance.
#bot #devs #instances #botsinspace #hackydermio #bots #mastodonbots #mastodonbot
Heh heh heh. Full situational awareness in #VenturaCounty now. Built myself a #MastodonBot which relays #VCFD dispatch calls here to my server. (unlisted, you won't see them unless you follow the bot). This one is real time, popping up at the same time as PulsePoint.
#venturacounty #mastodonbot #vcfd
Any #python developers looking on how to build an interactive #MastodonBot who might want some ideas on how to implement, I couldn't find anything so built my own (a mini version of Zork) last night. Needs better commenting of course (just got it working) but maybe helpful to someone else. #MastodonBot #MastoDev #software https://github.com/ai6yr/zork-mastodon-bot
#python #mastodonbot #mastodev #software
Still working on it, but figured out how to respond to users querying a Mastodon #bot. Not running at the moment (and it's buggy), but here's me playing my implementaiton of "Zork"#MastodonBot #MastoDev
Going to play with this thing one of these days.
https://www.contentful.com/blog/create-bot-rss-webhooks-mastodon-twitter-alternative/
#MastodonBot weekend experiment works!
Using Mastodon’s Push API, I trigger a #serverless function that uses the push notification payload to respond to events, instead of a server using the Streaming API.
1) Create push subscription with public keys; store private keys
2) Action to be notified on happens
3) “Receiver” decrypts the payload
4) Request is dropped on a pub/sub topic [optional, but makes bot asynchronous]
5) “Handler”, ie. bot code that does something fun, toots (or whatever)
Experimenting with building a #MastodonBot that leverages the Web Push API (used for push notifications) so I can have a serverless function bot, instead of one that runs all the time using the Streaming #MastodonAPI.
Not sure how viable that is, since that API requires a user OAuth token (that needs to be obtained interactively and refreshed, etc.).