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
That is so cool! I'll start using it asap ♥️:)
On May 25, 2019 7:57:53 AM GMT+03:00, ahriman ahriman@tilde.institute wrote:
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 _______________________________________________ tilde.institute mailing list -- institute@lists.tildeverse.org https://lists.tildeverse.org/hyperkitty/list/institute@lists.tildeverse.org/... to unsubscribe send an email to institute-leave@lists.tildeverse.org
On Sat, May 25, 2019 at 04:57:53AM +0000, ahriman wrote:
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:
https://twtxt.tilde.institute
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 doesn't seem to be installed on tilde. Do you plan on adding it?
twtxt doesn't seem to be installed on tilde. Do you plan on adding it?
Hey there!
There are two twtxt clients available right now that I've used personally. Neither of which are available via pkg or ports. However, they're available for you to do a local installation.
Lately I've used 'twet', which is quite nice. You can install it via:
go get -u github.com/quite/twet
Make sure $HOME/go/bin is in your path. Upgrading is done by using that same command. There's a bit of configuration to do before it's usable. A quick start guide is on the repo's README.md page.
There's also the original twtxt client, available by using 'pip'
pip install --user twtxt
Don't forget to add yourself to the registry and also submit a PR to add yourself to this user list:
https://github.com/mdom/we-are-twtxt
Enjoy! ~ahriman
institute@lists.tildeverse.org