Hey everyone,
Over the last two weeks I've been developing a homegrown twtxt registry server for tilde.institute. I'm happy to announce that it's now running publicly:
Instructions are available on the main page of the registry, including how to add your own data to the registry using curl.
If you're not familiar with twtxt, it's a decentralized microblogging platform "for hackers". You can install the client via pip (pip install twtxt), and then after setting it up, issue:
$ twtxt follow institute https://twtxt.tilde.institute/api/plain/tweets
To add the registry data to your personal 'timeline'. Don't forget to add your own info to the registry to help it grow! Your statuses will be periodically scraped and viewable from the registry server. This allows many users' statuses to be available from a single location.
For more info: https://twtxt.readthedocs.io
~ahriman