this post was submitted on 22 Oct 2023
2 points (100.0% liked)

Mastodon

23 readers
1 users here now

Mastodon is

Helpful links

Registrations for 'mastodon.social' are often closed, but you can learn more about Mastodon and register with another instance at joinmastodon.org. It doesn't matter which instance you register on - you can still follow anyone on any instance.

If you are looking for service providers that can host and manage an instance for you:

founded 1 year ago
MODERATORS
 

I have an idea for a bot system, which I would run on my own mastodon server, but I was wondering if I would still have to manually register new accounts through the web interface or whether I could program that.

top 6 comments
sorted by: hot top controversial new old
[–] realdawnerd@alien.top 2 points 1 year ago

Of course, although it'd probably be more efficient to have your script hook into the cli and do it that way. There's docs for both. Personally I would go the CLI route.

[–] fruey@alien.top 1 points 1 year ago

It depends on how many bots - if you want profile images for them and a description then manual creation will make their profiles look better

[–] blazarious@alien.top 1 points 1 year ago

I don’t know but have a look at the API docs.

[–] rallias@alien.top 1 points 1 year ago (1 children)

https://docs.joinmastodon.org/methods/accounts/#create

Please make sure to mark them as bots. Also, people get irritated if you don't limit visibility on their posting.

[–] charlie_allnutt@alien.top 1 points 1 year ago (1 children)

Hi I would of course always label them as bots. I already run four different bots through regular servers and I believe I follow etiquette properly.

Can you clarify exactly what you mean about visibility? Limit what?

[–] rallias@alien.top 1 points 1 year ago

So, for automated bot toots, people might be exploring local or federated feeds, and bots fill that stuff up in a hurry. If you toot your content as unlisted, followers-only, or mentioned-users-only, the targeted audience still receives those toots without cluttering up the local or federated feeds.