There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

headie_sage

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

headie_sage ,

Hi, I’m an admin at fanaticus.social. Sorry for the inconvenience! Game bots are an important way for us sports fans to interact with one another during games but I understand how annoying they can be if you don’t care about the sport.

Here's a list of the communities that currently have a game bots running:!tampabayrays !orioles !nyyankees !torontobluejays !redsox !minnesotatwins !clevelandguardians !whitesox !motorcitykitties !kcroyals !texasrangers !astros !angelsbaseball !mariners !oaklandathletics !braves !miamimarlins !phillies !newyorkmets !nationals !buccos !brewers !reds !chicubs !cardinals !azdiamondbacks !sfgiants !dodgers !padres !coloradorockies

If you're comfortable with coding, there's an API endpoint to block a community. I threw together a little python script that would block all the above (I think 🙂).from plemmy import LemmyHttp # must include protocol e.g. https://lemmy.world pl = LemmyHttp(“INSTANCE_NAME_HERE”) username = “USERNAME_HERE” password = “PASSWORD_HERE” pl.login(username, password) fanaticus_communities = [ “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, “[email protected]”, ] for comm in fanaticus_communities: print("Getting community: ", comm) commRes = pl.get_community(name=comm).json() if commRes and commRes[‘community_view’]: commId = commRes[‘community_view’][‘community’][‘id’] print("Blocking community: ", comm, " communityId: ", commId) pl.block_community(True, commId) print("Successfully blocked community: ", comm) else: print("Failed to find community: ", comm)

In the future, we are planning on adding the game bots for the other major sports as well (they’re not in season now) but hopefully that will be a nice jumping off point for you.

headie_sage ,

Maybe you can convince people that run US sports communities on general instances to move to your instance? 😁

I’m sure trying! Content is king though so that’s what we’re focusing on with the game bots.

headie_sage ,

Shameless plug for !baseball (check out our sidebar for the team-specific communities). We’ve got the game bots ported over and are working on improving them and adding new features.

I agree with !matt though, the Venn diagram of sports fans and tech-savvy lemmy pioneers is pretty small. You can help by posting and commenting to attract more users. More content == more users (eventually).

headie_sage ,

Come on over! Everyone’s free to start their own community!

headie_sage ,

Oh. Good question. I don’t think so. Which one would you like me to create? Wrestling? Can I make you a mod?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • lifeLocal
  • random
  • goranko
  • All magazines