How I auto-share ~120 blog posts to Reddit every month, reached 35k karma, and gotten millions of views.

And why I love building automation so much!

A thread!

I have hit the top of Reddit hundreds of times.

Through all of the love and hate that I get on the platform, I think I've found that it's here to stay.

After years of posting on Reddit, I've slowly built an automated system that is now 100% hands off.
This is my Starter Story backend, where I save the content of my stories in a markdown format.

This is great for Reddit because Reddit is also in a markdown format!
While I edit and publish starter stories, I set the "reddit title" in advance.

This is so I don't really ever have to think about it again. Once that's set, the system knows it should post this one to reddit, and that should be the title.
I also create a "Reddit intro" and "outro"

Although the content of the blog post is stored in my database, I still should introduce myself in the Reddit post.

I use other variables in my database to construct this.
I even tag the Reddit user (just recently starting tracking this data in my database) as they will get a notification when their post goes up.

This (and other data) is filled out when the interviewee is plugging all their info.
Here's another fun thing.

Reddit has an algorithm that will "shadow ban" (google it) your posts if you have certain links.

I have a list of links that I will strip from the markdown automatically:

(this list has been built from trial and error mostly)
I also need to make sure we only post one story per day to Reddit. Maybe one day I will increase this.

This is our content calendar.

When you see a⭐️that means it will be automatically posted to Reddit.

This content calendar allows us to schedule WEEKS in advance with stories.
Then, once a day, a worker runs that will post that story to 4 different subreddits (you can see which ones in screenshot)

I run these at 15 minute intervals to avoid tripping any spam things.

Here's the code. Just a few lines.
I also started my own subreddit!

https://t.co/wkIMCyNfw3

I post ALL stories there, and we just passed 600 members. Small, but growing a little every day :)
In addition to stripping blacklisted links for the reddit post, I also do a few other things:

- strip out affiliate link params
- remove blockquotes
- add links for the images

This gives the post a "less bloggy" feel IMO.
The automation timeline!

This has all been a process:

1. at first I manually posted and found what works
2. then i set reminders to do it
3. then i built the code that writes the intro (copy/paste)
4. then i configured the API
5. then i made it so i could just click "post to reddit"
6. then i created the worker

This is high level, but I slowly did this and tweaked over the last year. Many bumps in the road.

Automating things is an iterative process!!!!
The benefits of automating?

Other than the obvious benefits (save time/money) the biggest benefit is that I'm not constantly checking Reddit anymore, seeing how upvotes are going, seeing the latest hater comments, etc.
I'll often check the site and find my post hitting the front page and I had no idea!

Anyways, that's it. Hope you found something interesting out my fun little automation.

Even though it's simple, I'm proud of it!

Happy to answer any questions. What do you think of this?

More from Pat Walls

And here they are...

THE WINNERS OF THE 24 HOUR STARTUP CHALLENGE

Remember, this money is just fun. If you launched a product (or even attempted a launch) - you did something worth MUCH more than $1,000.

#24hrstartup

The winners 👇

#10

Lattes For Change - Skip a latte and save a life.

https://t.co/M75RAirZzs

@frantzfries built a platform where you can see how skipping your morning latte could do for the world.

A great product for a great cause.

Congrats Chris on winning $250!


#9

Instaland - Create amazing landing pages for your followers.

https://t.co/5KkveJTAsy

A team project! @bpmct and @BaileyPumfleet built a tool for social media influencers to create simple "swipe up" landing pages for followers.

Really impressive for 24 hours. Congrats!


#8

SayHenlo - Chat without distractions

https://t.co/og0B7gmkW6

Built by @DaltonEdwards, it's a platform for combatting conversation overload. This product was also coded exclusively from an iPad 😲

Dalton is a beast. I'm so excited he placed in the top 10.


#7

CoderStory - Learn to code from developers across the globe!

https://t.co/86Ay6nF4AY

Built by @jesswallaceuk, the project is focused on highlighting the experience of developers and people learning to code.

I wish this existed when I learned to code! Congrats on $250!!

More from Growth hacking

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.
One of the most successful stock trader with special focus on cash stocks and who has a very creative mind to look out for opportunities in dark times

Covering one of the most unique set ups: Extended moves & Reversal plays

Time for a 🧵 to learn the above from @iManasArora

What qualifies for an extended move?

30-40% move in just 5-6 days is one example of extended move

How Manas used this info to book


Post that the plight of the


Example 2: Booking profits when the stock is extended from 10WMA

10WMA =


Another hack to identify extended move in a stock:

Too many green days!

Read