Running a Shop and a Blog? How I Set Up My AI Automation in 40 Minutes
When you're running a small business, the day disappears before you know it. Between tracking inventory, handling customers at the register, and managing shipments, writing a blog post is usually the last thing on the to-do list. I’ve talked before about why automation is a lifesaver, but today I want to show you exactly how I set everything up in just 40 minutes from a laptop in the back of my shop. You don’t need to know a single line of code to do this.
Step 1: Creating the 'Remote Control'
The first thing I did was set up a Telegram bot. Think of this as the remote control for your blog. It’s how I send topics to the AI or check if the automation is running correctly. I just searched for BotFather on Telegram and started a chat. By typing the /newbot command and giving it a name, I received an API Token—a long string of characters that acts like a password. I saved this in a safe place. It felt like getting a new set of walkie-talkies for the store.
Step 2: Hiring the 'Smart Employee'
Next, I needed the AI that would actually do the writing. I chose Google’s Gemini API. You can get an API key for free through Google AI Studio with just a few clicks. While there are paid versions, the free tier Google provides is more than enough for the average small business owner’s needs. This part took less than five minutes and was incredibly straightforward.
Step 3: Creating the 'Key' for Google Blogger
This is where most people get stuck: the OAuth 2.0 authentication in the Google Cloud Console. Essentially, you’re creating a digital permission slip that says, "It’s okay for this AI program to post on my blog." There are two common traps to watch out for here:
- redirect_uri_mismatch error: This happens if your address isn't exact. It’s like putting the wrong zip code on a shipping label—the package won't arrive. The URL you enter in the settings must match your actual tool's URL perfectly.
- Test User 403 error: Google is strict about security. You must manually add your own Gmail address to the 'Test Users' list in the console, or it will block you from accessing your own blog. Once you clear these two hurdles, you’re 80% of the way there.
Step 4: Putting the Pieces Together
Now it’s time to assemble everything. I opened my automation tool and plugged in the Telegram token, the Gemini key, and the Google credentials. It’s a lot like setting up a new Square or Shopify POS system—you aren't building the software; you're just entering your specific business details into the boxes provided. Forty minutes might seem like a lot of time upfront, but I looked at it as the "onboarding time" for a digital employee who is going to save me hundreds of hours in the future.
The moment of truth came when I messaged my Telegram bot: "Write a post about our new seasonal arrivals." In less than a minute, a clean, professional post was live on my blog. Now, I can manage my shop’s online presence while I’m actually on the floor helping customers. Technology shouldn't be intimidating; it’s just a tool to make our lives as owners a little easier.
If you want to see the exact setup and tools I use to keep my business running on autopilot without writing code, you can find the full guide below.
Check out the No-Code AI Blogging Automation Tool for Business Owners
Comments
Post a Comment