<?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: black</title>
    <description>The latest articles on DEV Community by black (@qqmans).</description>
    <link>https://dev.to/qqmans</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4056781%2F8359b0d7-7c24-4241-a507-b3f5c53ced90.png</url>
      <title>DEV Community: black</title>
      <link>https://dev.to/qqmans</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qqmans"/>
    <language>en</language>
    <item>
      <title>Building ModPulse: A Free Open-Source Discord Bot to Track NexusMods Updates</title>
      <dc:creator>black</dc:creator>
      <pubDate>Fri, 31 Jul 2026 14:36:57 +0000</pubDate>
      <link>https://dev.to/qqmans/building-modpulse-a-free-open-source-discord-bot-to-track-nexusmods-updates-4d2b</link>
      <guid>https://dev.to/qqmans/building-modpulse-a-free-open-source-discord-bot-to-track-nexusmods-updates-4d2b</guid>
      <description>&lt;p&gt;Keeping track of mod updates across multiple games can be a real hassle. If you play heavily modded games or manage a gaming server for friends, manually checking NexusMods pages or digging through site notifications gets tedious very fast.&lt;/p&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;ModPulse&lt;/strong&gt; - a free, open-source Discord bot written in Python that automates the whole process using the official NexusMods API.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ What ModPulse Does
&lt;/h2&gt;

&lt;p&gt;When a mod you follow gets updated, ModPulse automatically catches it and posts a clean notification embed directly into your Discord channel.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔄 &lt;strong&gt;Automated Tracking:&lt;/strong&gt; Periodically queries NexusMods for new releases and updates.&lt;/li&gt;
&lt;li&gt;📋 &lt;strong&gt;Rich Discord Embeds:&lt;/strong&gt; Displays new version tags, changelog summaries, thumbnails, and direct links.&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;Slash Commands:&lt;/strong&gt; Add or manage tracked mods easily using &lt;code&gt;/add_mod [url]&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;🔓 &lt;strong&gt;100% Open-Source &amp;amp; Free:&lt;/strong&gt; Self-host it on your own PC or a VPS under the MIT License with zero hidden costs.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Language:&lt;/strong&gt; Python 3.11+&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Library:&lt;/strong&gt; &lt;code&gt;discord.py&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTTP Client:&lt;/strong&gt; &lt;code&gt;aiohttp&lt;/code&gt; (for async API requests)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;API:&lt;/strong&gt; NexusMods REST API&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📂 Source Code &amp;amp; Setup Guide
&lt;/h2&gt;

&lt;p&gt;The project is completely open-source. You can find the full code, installation steps, and setup guide on GitHub:&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://github.com/qqmans/ModPulse" rel="noopener noreferrer"&gt;Check out the ModPulse Repository on GitHub&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💬 Feedback &amp;amp; Contributions
&lt;/h2&gt;

&lt;p&gt;I built this project to solve my own headache with game updates and wanted to share it with the community. &lt;/p&gt;

&lt;p&gt;If you find it useful, dropping a &lt;strong&gt;⭐ star on GitHub&lt;/strong&gt; would mean a lot! Feel free to leave a comment with any feature requests, ideas, or feedback.&lt;/p&gt;

</description>
      <category>python</category>
      <category>discord</category>
      <category>opensource</category>
      <category>showcase</category>
    </item>
  </channel>
</rss>
