<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-2"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=PL link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello Devs,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I’m trying to append to QGIS News panel my own messages using python.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I have already set up backend using <a href="https://github.com/elpaso/qgis-feed">https://github.com/elpaso/qgis-feed</a> <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>It works: <a href="https://qgisfeed.envirosolutions.pl/">https://qgisfeed.envirosolutions.pl/</a><o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>I can’t find out how to fetch it and add to QGIS panel.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I’m fetching something from my source:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>parser = QgsNewsFeedParser(QUrl("<a href="https://qgisfeed.envirosolutions.pl/">https://qgisfeed.envirosolutions.pl/</a>"))<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>parser.fetch()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>parser.entries()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[<qgis._core.QgsNewsFeedParser.Entry object at 0x0000025A5A3C59D8>, <qgis._core.QgsNewsFeedParser.Entry object at 0x0000025A5A3C5AF8>]<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I’m fetching also from feed.qgis.org:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>parser2 = QgsNewsFeedParser(QUrl("<a href="https://feed.qgis.org/">https://feed.qgis.org/</a>"))<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>parser2.fetch()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>parser2.entries()<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>[<qgis._core.QgsNewsFeedParser.Entry object at 0x0000021B5C1D1168>]<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>But I need to add it somehow to QGIS interface. How can I do this?<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='color:#1F497D'>Regards,<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span lang=EN-US style='color:#33BB5A'>EnviroSolutions Sp. z o. o.<br></span><span lang=EN-US style='color:#1F497D'>Michał Włoga<br></span><span style='color:#1F497D'><a href="mailto:coo@envirosolutions.pl"><span lang=EN-US>coo@envirosolutions.pl</span></a></span><span lang=EN-US style='color:#1F497D'><br></span><span style='color:#1F497D'><a href="http://www.envirosolutions.pl/szkolenia" target="_blank"><span lang=EN-US>www.envirosolutions.pl</span></a><o:p></o:p></span></p></div></body></html>