In-reply-to » @prologic Hello, dear developer, I would like to ask a question: if I have an twtxt.txt document on a website that others can access via internet but cannot modify, is this twtxt.txt document really just acting as a RSS, not even a social network?

@nwu1dm@twtxt.net Also if you chose to host your own feed (you’re welcome to keep using my pod, it’s there for use by all!), one thing to keep in mind as you either pick a client, figure out how to host your feed, etc is the HTTP User-Agent header that many clients will use to tell you they have fetched your feed. This is an important discovery aspect of Twtxt and we extended this as well to support multi-user pods like yarnd.

See: https://dev.twtxt.net/doc/useragentextension.html

At a bare minimum, you basically need to parse your web server access logs. There is a tool that @lyse@lyse.isobeef.org wrote called useragent that helps with this.

⤋ Read More