<?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: Danilo Eduardo Lopez Corozo</title>
    <description>The latest articles on DEV Community by Danilo Eduardo Lopez Corozo (@danilo_eduardolopezcoro).</description>
    <link>https://dev.to/danilo_eduardolopezcoro</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%2F3478273%2F5110792d-80ce-4ee0-8616-237a9701cf88.png</url>
      <title>DEV Community: Danilo Eduardo Lopez Corozo</title>
      <link>https://dev.to/danilo_eduardolopezcoro</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/danilo_eduardolopezcoro"/>
    <language>en</language>
    <item>
      <title>My first open source code</title>
      <dc:creator>Danilo Eduardo Lopez Corozo</dc:creator>
      <pubDate>Sat, 14 Mar 2026 23:29:47 +0000</pubDate>
      <link>https://dev.to/danilo_eduardolopezcoro/my-first-open-source-code-38i3</link>
      <guid>https://dev.to/danilo_eduardolopezcoro/my-first-open-source-code-38i3</guid>
      <description>&lt;p&gt;Have you ever tried to build a Language Model from scratch, only to get stuck at the very first step: gathering your own data? That’s exactly what happened to me recently.&lt;/p&gt;

&lt;p&gt;I wanted to extract messages from my Discord DMs to build a custom dataset for a new LM I'm developing. I started looking for tools to help me scrape and export my own conversations. To my surprise, almost every tool out there that actually works is hidden behind a paywall.&lt;/p&gt;

&lt;p&gt;As developers, we know that if a tool doesn't exist (or isn't free), we just build it ourselves. So, I decided to fix the problem.&lt;/p&gt;

&lt;p&gt;Enter Discord_Exporter 🚀&lt;br&gt;
I built my own completely free and open-source tool to export Discord messages. No subscriptions, no hidden fees, just code.&lt;/p&gt;

&lt;p&gt;Link to the repository: &lt;a href="https://github.com/PapLion/Discord_Exporter" rel="noopener noreferrer"&gt;https://github.com/PapLion/Discord_Exporter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why am I sharing this?&lt;br&gt;
This is officially my first open-source project.&lt;/p&gt;

&lt;p&gt;I realized that if I had this problem while trying to build my datasets, other developers and AI enthusiasts are probably facing the exact same roadblock. Data should be accessible, especially your own data.&lt;/p&gt;

&lt;p&gt;Let's connect!&lt;br&gt;
Since this is my first foray into the open-source world, I would love your feedback.&lt;/p&gt;

&lt;p&gt;If you find it useful for your own Machine Learning projects or data analysis, feel free to use it!&lt;/p&gt;

&lt;p&gt;If you see room for improvement, PRs are more than welcome. Go ahead and fork it, break it, and make it better.&lt;/p&gt;

&lt;p&gt;Don't forget to drop a ⭐ on the repo if it helps you out!&lt;/p&gt;

&lt;p&gt;Let me know in the comments: what kind of datasets or models are you currently building?&lt;/p&gt;

&lt;p&gt;Happy coding!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Danilo (Dani.Dev)&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>beginners</category>
      <category>opensource</category>
      <category>showdev</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
