This will be a service that watches a mastodon user (or users) and records, over time, changes in their followers (who's (un)followed them) over time. Over time additional metrics will be included, like that ability to see posts made around times of significant follower changes.
Go to file
Dave Lane 2869946053 moved RoadMap to RoadMap.md and improved Auth example formatting 2023-12-18 23:04:05 +13:00
.env initial commit of some ideas, with original tutorial data, to be replaced 2023-11-27 22:25:36 +13:00
.gitignore initial commit of some ideas, with original tutorial data, to be replaced 2023-11-27 22:25:36 +13:00
AuthNotes.md moved RoadMap to RoadMap.md and improved Auth example formatting 2023-12-18 23:04:05 +13:00
LICENSE Initial commit 2023-11-19 17:17:56 +13:00
MastoFollowers.json more research on Auth stuff, examples of getting Auth token from Mastodon 2023-12-18 22:59:38 +13:00
README.md moved RoadMap to RoadMap.md and improved Auth example formatting 2023-12-18 23:04:05 +13:00
RoadMap.md moved RoadMap to RoadMap.md and improved Auth example formatting 2023-12-18 23:04:05 +13:00
docker-compose.override.yml more research on Auth stuff, examples of getting Auth token from Mastodon 2023-12-18 22:59:38 +13:00
docker-compose.yml more research on Auth stuff, examples of getting Auth token from Mastodon 2023-12-18 22:59:38 +13:00

README.md

mastodon-userstats

This will be a service that watches a mastodon user (or users) and records, over time, changes in their followers (who's (un)followed them) over time. Over time additional metrics will be included, like that ability to see posts made around times of significant follower changes.

For my plans with this app, see Roadmap.md

For info on authenticating with Mastodon, see AuthNotes.md

For sample Mastodon Follower data, see MastoFollowers.json