can i ask you a question about a potential @wasteof_bot udpate?

I have no ideas… also nobody uses it

i am planning on using the data in the gh repo for the @wasteofplus browser extension, which would show graphs and statistics in a widget on user profiles

i actually already developed a prototype for this.

Sure, you can use the data. That’s the only reason the repo is public

what i was wondering is if it would be possible for me to update the bot’s code so that it collects the list of following/followers (as opposed to just the count of followers/following) for a future addon "better-feed", which would show following/follower events for people a user follows in their feed. So, for example, in between posts, you would see a card that says "@/jeffalo followed @/imadeanaccount", similar to how the GitHub homepage recommends users.

People could use it to track who unfollowed them and that could cause problems if someone wants to… so I think better ask jeffalo for that

it's already possible to keep track of who unfollows you if you want to (but just to be safe i might store the list of people who follow in a private mongo db)

actually since it uses GitHub actions, I can run it myself in a fork, nvm then

View all comments