fastapi_rss
fastapi_rss copied to clipboard
A simple plug-in to FastAPI, that allows easy RSS feed generation.
First of I would just like to add that I love this library. Seemingly, it's the only way to add a simple RSS endpoint to an existing FastAPI instance, and...
After I debug my code line by line, I figure out RSSResponse wont display all description as below: ``` feed = RSSFeed(**feed_data) print(feed) ``` output: ``` title='36kr-资讯' link='https://36kr.com/information/web_news/' description='' language='zh_cn'...
Thanks for the library! When using the permalink attribute, I have `Unexpected isPermalink attribute on guid element ` as an error I think it should isPermaLink instead of isPermalink (the...