# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 17
# self = https://watcher.sour.is/conv/mgkf66a
@readfog whatβs the URL of the original Atom/RSS?
@readfog whatβs the URL of the original Atom/RSS?
@readfog Hmmm π€ Can you have a look at the source code for this service and see what's going on? You Atom/RSS feed _looks_ okay, but I'm not sure -- could be a bug or something in the service.
@readfog Hmmm π€ Can you have a look at the source code for this service and see what's going on? You Atom/RSS feed _looks_ okay, but I'm not sure -- could be a bug or something in the service.
rss2twtxt unable to parse Atom correctly, item.PublishedParsed
is always nil.
twtxt.net/atom.xml has the same bug. Simply use feed.ToRss()
and rss2twtxt will parse correctly.
rss2twtxt unable to parse Atom correctly, item.PublishedParsed
is always nil.\ntwtxt.net/atom.xml has the same bug. Simply use feed.ToRss()
and rss2twtxt will parse correctly.
@readfog Doesn't this imply the feed is somehow invalid then? What is feed.ToRss()
ding I wonder? π€
@readfog Doesn't this imply the feed is somehow invalid then? What is feed.ToRss()
ding I wonder? π€
@readfog Feel free to submit a PR πββοΈ
@readfog Feel free to submit a PR πββοΈ