<?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>Forem: ChrolloLW</title>
    <description>The latest articles on Forem by ChrolloLW (@chrollolw).</description>
    <link>https://forem.com/chrollolw</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%2F3597514%2F9b059a6e-dcce-4733-9df5-d54fc695cc51.png</url>
      <title>Forem: ChrolloLW</title>
      <link>https://forem.com/chrollolw</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/chrollolw"/>
    <language>en</language>
    <item>
      <title>I built a WhatsApp bot that automatically tracks your expenses into Google Sheets — my first public project 🚀</title>
      <dc:creator>ChrolloLW</dc:creator>
      <pubDate>Wed, 05 Nov 2025 20:07:45 +0000</pubDate>
      <link>https://forem.com/chrollolw/i-built-a-whatsapp-bot-that-automatically-tracks-your-expenses-into-google-sheets-my-first-public-33ii</link>
      <guid>https://forem.com/chrollolw/i-built-a-whatsapp-bot-that-automatically-tracks-your-expenses-into-google-sheets-my-first-public-33ii</guid>
      <description>&lt;p&gt;Hey everyone 👋  &lt;/p&gt;

&lt;p&gt;I’ve been learning programming little by little through different personal and work projects — building things that help me automate tasks, organize data, or just make life a bit easier.  &lt;/p&gt;

&lt;p&gt;Recently, I decided to publish one of them for the first time: &lt;strong&gt;RemmiV1&lt;/strong&gt;, a WhatsApp bot that automatically logs your daily expenses into &lt;strong&gt;Google Sheets&lt;/strong&gt; 💬💸  &lt;/p&gt;




&lt;h2&gt;
  
  
  💡 What it does
&lt;/h2&gt;

&lt;p&gt;The idea is simple: you send a normal message in WhatsApp like:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;chicken food 20 cash&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;and the bot automatically registers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏷️ Category: &lt;strong&gt;food&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🍗 Item: &lt;strong&gt;chicken&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;💰 Amount: &lt;strong&gt;20&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;💳 Payment method: &lt;strong&gt;cash&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdf9jtarn2fuvmpkj10yd.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdf9jtarn2fuvmpkj10yd.jpg" alt="CHATBOT-COMANDS SPANISH" width="570" height="640"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everything goes directly into a Google Sheet, ready for reports or monthly summaries.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feeo96qilyt3gh01sffod.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feeo96qilyt3gh01sffod.png" alt="GOOGLESHEETS-DATA" width="800" height="920"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fju5xd9qq9p3sm3ds6vu4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fju5xd9qq9p3sm3ds6vu4.png" alt="MONTH CHART AND REPORT " width="573" height="410"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💭 Why I built it
&lt;/h2&gt;

&lt;p&gt;The idea came from something personal.&lt;br&gt;&lt;br&gt;
My girlfriend usually writes down her daily expenses in a WhatsApp chat — just as quick notes — but by the end of the month it was always complicated for her to organize and calculate everything.  &lt;/p&gt;

&lt;p&gt;So I thought: &lt;em&gt;what if I could make that chat itself do the job?&lt;/em&gt;&lt;br&gt;&lt;br&gt;
That’s how &lt;strong&gt;RemmiV1&lt;/strong&gt; started — as a way to help her keep track of expenses more easily, while learning how to integrate &lt;strong&gt;WhatsApp&lt;/strong&gt; with &lt;strong&gt;Google Apps Script&lt;/strong&gt;.  &lt;/p&gt;

&lt;p&gt;This project helped me understand more about APIs, automation, and the power of combining small, everyday habits with simple tech.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ How it works
&lt;/h2&gt;

&lt;p&gt;I used the &lt;strong&gt;Meta Cloud API (WhatsApp Business)&lt;/strong&gt; to receive messages and connected it with &lt;strong&gt;Google Apps Script&lt;/strong&gt;, which writes the data into &lt;strong&gt;Google Sheets&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The bot uses a few simple rules:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;word before the amount&lt;/strong&gt; becomes the &lt;strong&gt;category&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Detects payment method (cash, card, transfer, etc.)
&lt;/li&gt;
&lt;li&gt;Adds the date automatically
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a lightweight setup that doesn’t need any external servers — just Meta and Google Workspace tools.&lt;/p&gt;




&lt;h2&gt;
  
  
  📊 Features
&lt;/h2&gt;

&lt;p&gt;✅ One-line expense tracking via WhatsApp&lt;br&gt;&lt;br&gt;
✅ Detects category and payment method&lt;br&gt;&lt;br&gt;
✅ Generates monthly reports automatically&lt;br&gt;&lt;br&gt;
✅ Works entirely with free Google tools  &lt;/p&gt;




&lt;h2&gt;
  
  
  🧠 Stack used
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Meta Cloud API (WhatsApp Business)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Apps Script&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Google Sheets&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🌍 Repository
&lt;/h2&gt;

&lt;p&gt;📦 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/ChrolloLW/RemmiV1-bot-whatsapp-registro-de-gastos" rel="noopener noreferrer"&gt;RemmiV1 – WhatsApp Expense Bot&lt;/a&gt;&lt;br&gt;&lt;br&gt;
🗣️ &lt;em&gt;The repository is available in both English and Spanish.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🚀 What’s next
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Support multiple users&lt;/strong&gt;: make it possible to store and organize data from different WhatsApp numbers in separate sheets or tabs.&lt;br&gt;&lt;br&gt;
  So far, I’ve tested it with two friends and my girlfriend — and it works great!  &lt;/p&gt;




&lt;p&gt;This is my &lt;strong&gt;first public project&lt;/strong&gt;, so any feedback or suggestions are really welcome 🙏&lt;br&gt;&lt;br&gt;
I’m from Peru, and I enjoy learning by building — especially projects that connect daily life with tech.  &lt;/p&gt;

</description>
      <category>showdev</category>
      <category>googleappsscript</category>
      <category>automation</category>
      <category>whatsapp</category>
    </item>
  </channel>
</rss>
