Email or username:

Password:

Forgot your password?
Julia Evans

re my last boost -- I was thinking about how all of the comics I posted on Twitter aren't on Mastodon anywhere, so I made a little reruns bot (@b0rk_reruns) that tweets old comics of mine every couple of days.

Right now it's tweeting things from 2018

10 comments
parkr

@b0rk @b0rk_reruns Ooo how did you build this bot? Was it easy to setup the bot account and provide credentials? Do you have a whole Mastodon account for it or is it just a write-only ActivityPub app? Iā€™m so curious!

Julia Evans

@parkr @b0rk_reruns yeah it was super easy! literally like 50 lines of Python. It has a Mastodon account and I just logged into the web interface and set up API keys.

here's its code right now, I'm using mastodon.py gist.github.com/jvns/8ffa5c7e1

Julia Evans

@parkr (it runs using a github actions cron job)

Nemo_bis šŸŒˆ

@b0rk Excellent! Any chance to add some hashtags? Otherwise it's difficult to look up specific comics to boost. :)

Julia Evans

@nemobis oh that's an interesting idea!! like #linux? I've never really used hashtags so I'm not sure what would be helpful

Nemo_bis šŸŒˆ

@b0rk I was thinking something more unique so that one can find a specific comic if they know about it already. (Maybe this is too niche of a use case?)

For example social.jvns.ca/@b0rk_reruns/10 could be "#threads" instead of "threads". (I don't know how many of your titles are this short.)

But yes, you could also have some additional hashtags for good measure, like "#BiteSizeLinux #BSL13 #linux" (so one could look up by number too, and you might take over the trending hashtags sometimes).

@b0rk I was thinking something more unique so that one can find a specific comic if they know about it already. (Maybe this is too niche of a use case?)

For example social.jvns.ca/@b0rk_reruns/10 could be "#threads" instead of "threads". (I don't know how many of your titles are this short.)

valentijn scholten

@patrickfoley @b0rk @b0rk_reruns i think someone made a fork of mastodon that allows backdating posts for a similar purpose

John Gordon

@b0rk @b0rk_reruns

A neat solution to the problem of chronological content...

Go Up