<?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: Faisal</title>
    <description>The latest articles on DEV Community by Faisal (@faisal_software).</description>
    <link>https://dev.to/faisal_software</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%2F3451628%2Fac95283a-9ae1-4dbe-a0cd-3d500a7eea87.png</url>
      <title>DEV Community: Faisal</title>
      <link>https://dev.to/faisal_software</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/faisal_software"/>
    <language>en</language>
    <item>
      <title>Exporting Google docs to Markdown and HTML</title>
      <dc:creator>Faisal</dc:creator>
      <pubDate>Sat, 06 Sep 2025 22:30:50 +0000</pubDate>
      <link>https://dev.to/faisal_software/exporting-google-docs-to-markdown-and-html-4eno</link>
      <guid>https://dev.to/faisal_software/exporting-google-docs-to-markdown-and-html-4eno</guid>
      <description>&lt;p&gt;You can export public google docs using their docId to markdown by making a GET request to:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;GET https://docs.google.com/document/d/${docId}/export?format=markdown
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You can export to html by making a GET request to:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;GET https://docs.google.com/document/d/${docId}/export?format=html
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>googledocs</category>
      <category>markdown</category>
      <category>html</category>
    </item>
    <item>
      <title>Wyze MCP to interact with my smart devices</title>
      <dc:creator>Faisal</dc:creator>
      <pubDate>Fri, 22 Aug 2025 02:56:07 +0000</pubDate>
      <link>https://dev.to/faisal_software/wyze-mcp-to-interact-with-my-smart-devices-1dhb</link>
      <guid>https://dev.to/faisal_software/wyze-mcp-to-interact-with-my-smart-devices-1dhb</guid>
      <description>&lt;p&gt;Wyze MCP: &lt;a href="https://github.com/aldilaff/mcp-wyze-server" rel="noopener noreferrer"&gt;https://github.com/aldilaff/mcp-wyze-server&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I was curious about MCPs so I made this Wyze MCP that lets me control my smart bulbs and get data from my Wyze scale.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mcp</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
