<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shinto C V</title>
    <description>The latest articles on DEV Community by Shinto C V (@shintocv).</description>
    <link>https://dev.to/shintocv</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F215884%2F775eab8d-29ba-412a-a270-d62483f977a0.jpeg</url>
      <title>DEV Community: Shinto C V</title>
      <link>https://dev.to/shintocv</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shintocv"/>
    <language>en</language>
    <item>
      <title>My first side project! Feeder!</title>
      <dc:creator>Shinto C V</dc:creator>
      <pubDate>Mon, 18 Jan 2021 19:37:29 +0000</pubDate>
      <link>https://dev.to/shintocv/my-first-side-project-feeder-4j1n</link>
      <guid>https://dev.to/shintocv/my-first-side-project-feeder-4j1n</guid>
      <description>&lt;p&gt;Checkout &lt;a href="https://github.com/cshintov/feeder"&gt;Feeder&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The name is a play on words &lt;code&gt;feed&lt;/code&gt; and &lt;code&gt;reader&lt;/code&gt;. Or may be it helps you to feed on knowledge.&lt;/p&gt;

&lt;p&gt;It's a teeny tiny RSS feed reader. It can accept a single url of an rss feed or a file containing multiple feeds.&lt;/p&gt;

&lt;p&gt;You can use it to read &lt;code&gt;dev.to&lt;/code&gt; feed like this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;python reader.py --url https://dev.to/feed/ --read&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If you pass in &lt;code&gt;--read&lt;/code&gt; flag it launches each article of the feeds one by one on the browser after asking for your permission. Without the flag it just prints out title, description and the link to the article one by one on the terminal.&lt;/p&gt;

&lt;p&gt;I hope to add more features in the coming days, stay tuned! Cheers!&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>python</category>
      <category>rss</category>
    </item>
  </channel>
</rss>
