fribyte-code / friBot

Source code for the friBot on Mattermost 🤖
GNU General Public License v3.0
1 stars 0 forks source link

Local Bot action for listing inactive members #18

Open simsine opened 3 hours ago

simsine commented 3 hours ago

We want an action script that can be run locally in development mode for listing users that have not been active during thelast 3-6 months and their last participation date. The list of users should contain their full name if present, username, last participated date, and has participated last 3 months (boolean). This will only be possible to run locally and requires the api key. The output will be printed to the users console.

polsevev commented 3 hours ago

Perhaps this script could message this periodically to the leader of friByte in private chat?

simsine commented 3 hours ago

Perhaps this script could message this periodically to the leader of friByte in private chat?

Currently we only want it to be run locally when needed, but this could be implemented in the future. But this would also require us to have some sort of role system within Mattermost which we currently dont have