e-dreyer / mastoBot

A generic bot that allows anyone to create group bots on Mastodon.
GNU General Public License v3.0
3 stars 0 forks source link

Allow for profile values to be set #13

Open e-dreyer opened 1 year ago

e-dreyer commented 1 year ago

Problem

Part of the simplification of creating a bot is defining the profile of the bot. Users should be able to create templates as mentioned in #7 to define the profile, bio and fields of the profile of the bot.

e-dreyer commented 1 year ago

A good addition would be to define a health or status of the bot. When the bot goes online or offline or an error is encountered, the user should be able to set these fields for users of the bot account to see.

e-dreyer commented 1 year ago

Here are the docs relevant to this issue and API calls which will be required.

e-dreyer commented 1 year ago

Looking at this

Update the profile for the currently logged-in user or the bot:

I think this should be ignored, user can use an app or the web UI to upload images.

This would be a great addition for responding to the health of the bot.

This should just be added for flexibility. Maybe the user wants to switch between the two and it is an arbitrary implementation.

This should be a function of its own allowing for a List of 4 values.