I've had numerous different accounts over the last few years, but these are the currently active ones.
@blueberrysoft@gamemaking.social | Game making |
---|---|
@gamemakingtools@gamemaking.social | Game Making Tools updates, etc. |
I've moved instance notes to the Fediverse page.
At this point most clients support all the features you'd expect.
For using multiple accounts I like Subway Tooter. It's open-source, and on F-droid. I think it's mostly by Japanese developers, so you should considering submitting translations if you notice any language oddities. I've done it before via Github and it was easy if you're familiar with the web interface. It feels kinda scrappy, but has lots of neat features.
The most popular Android client is Tusky, and I keep meaning to try it again. When I first used it it didn't support multiple accounts, but it's had that ability for ages now.
There's an official Mastodon client, but it's missing vital features like full privacy controls and access to all timelines.
Toot is a curses-based Mastodon client which looks pretty nice!
Msync is a command tool for accessing your feed at your own pace.
Brutaldon is a browser client designed to work with Lynx, so it forgoes the JavaScripty stuff.
Pinafore is a browser client that supports multiple accounts, though maybe not multiple that hare an instance.
I don't actually use these, but they're a helpful resource none-the-less.
Most useful is the #fediBlock tag.
I keep a repo. of the CSS changes I make to GM.S at: rjt/mastodon-custom.css-gms, and some especiallu useful ones are on Mastodon Admin§CSS page.
This bozo made a handy list of CSS selectors and HTML elements they effect: Using Custom CSS with Mastodon. I don't approve of them personally though.
There are a few styles shared at: psydwannabe/mastodon-snippets/tree/master/CSS
ataribaldessari | Art nonsense. |
---|---|
Bottomless Pits in Games | Updates from Bottomless Pits in Games. |
ClassicsOfGame | Updates from ClassicsOfGame. |
Dark Souls Gear Bot | Generated souls_series item descriptions. |
DeviantArt Stamps | Stamps from DeviantArt. Hosted on a shit instance though. |
Geocities Jukebox | MIDI files (converted) from Geocities archive. |
Hapax Hegemon | Words. |
Indie Random Website | Mostly interesting websites, sometimes it seems like ads :/ |
Lost N64 | Generated N64 box art. |
ШISΓ | Abstract, mistish. |
Pixel Monster Bot | Sheets of 6×6 pixel creatures. |
SimCity2000 Traffic Helicopter | AI-generated SimCity 2000 maps. |
threethousanddreams | AI-generated images from a fantasy universe. |
Untitled Dream Stills | Screenshots from LSD: Dream Emulator. |
Wikipedia Haiku | 'Sentences from Wikipedia pages that accidentally form Haiku.' |
So far I've just setup a bot that posts once a day if a Youtube channel is updated. Wasn't too hard!
You can check it out at https://gamemaking.social/@classicsofgame
I used Feed2toot, which uses Python, and takes care of registering itself (bots/apps need to register to get an ID and stuff). Here're the steps I took.
Mine's hosted on my namecheap shared server. To set it up there you:
pip install feed2toot
(whereever it says pip3
or python3
just drop the 3).&&
to switch into the virtual environment, change to the directory I want, then run the script pointing to the location of my .INI file.※ If you want to host multiple bots with feed2toot, each bot will need its own install of it. This limitation may not exist with other Masto bot things.