Command Line SEO Tools

kahuna74

Regular Member
Joined
Aug 19, 2014
Messages
293
Reaction score
119
Hey BHW bros and sisters,

I'm making some command line SEO tools for my own personal use because I love to code, and I love how quick and simple command line tools are in Mac and Linux. No clicking through a bazillion menus to do what you want, etc. I'm thinking something that does a few scrapebox functions but on steroids.

So far I've got a keyword + footprint merge tool and an internal/external link scraper. I'm planning on making a search engine scraper and a proxy harvester.

If there's any interest in this, I'm going to give it away here when I get a few core things finished.

What else should I add?
 
Maybe it's time for you to find few beta-testers?
 
Maybe it's time for you to find few beta-testers?

Most definitely, when I have more features to test. I don't want to do everything that scrapebox does, just a few core functions that'll be useful for power users.
 
what code do you use?

I'm using clojure, which is based on Java. So it should in theory run anywhere, but I'm mostly focused on making it run well on Mac and Linux at the moment.
 
Even learning the basics of the command line can quickly make the terminal into one of your greatest tools
 
Why clojure? I'm not knocking it just I know very little about it. I've got a few bits for myself I did in bash/perl just because it was easy at the time and very convenient because I can ssh in to a vps on my phone, screen command and log out so definitely interested in what you do
 
Why clojure? I'm not knocking it just I know very little about it. I've got a few bits for myself I did in bash/perl just because it was easy at the time and very convenient because I can ssh in to a vps on my phone, screen command and log out so definitely interested in what you do

Multi threading and parallel execution is dead simple, and when you're scraping websites, it's what you need.
 
Hmmm...you mentioned MAC and Linux? Why not windows?

When I'm all finished it should work on Windows, I have a few Mac, Linux, and Windows machines at home, and will test on all of them. That being said though, there's a void to fill for those using mac or linux. This is my primary target simply because I enjoy using them more than I enjoy using Windows. And I love the command line.
 
Discount for VIP is same as regular member discount?
 
Back
Top