How to Make KILLER Bots for Fun And Profit

Great post :)

Ha, started playing around with Python in my spare time a few weeks ago and have been enjoying it so far. Wanted to learn a programming language so I can communicate better with my developers and learn a new skill along the way.

Picked up this book and have been following along:

d9UtQT9


It's for Python 3.x though .. that might be a turn off for some people, but it's been pretty easy to follow along with so far.
 
Last edited:
Awesome thread. Thanks for taking time to write it up.

Btw I was thinking if either ubot or zenno can be used to make a bot which say installs wordpress on domains, by taking value from excel or text files? If its possible then which one of them can do it?
 
hanks all you guys for taking the time to write here.


∂αякѕтαя;7904317 said:
Awesome thread. Thanks for taking time to write it up.

Btw I was thinking if either ubot or zenno can be used to make a bot which say installs wordpress on domains, by taking value from excel or text files? If its possible then which one of them can do it?

You can do it! With both!

You can also use odt, other excels formats and standard txt files with your own separators (exampe id:password:age:email:gender).

So long
SBK
 
Interesting post and thread - thanks OP.

"Programming Spider, WebBot and Automators in PHP/CURL" ... did you mean this book?...

"Webbots, Spiders, and Screen Scrapers: A Guide to Developing Internet Agents with PHP/CURL"
Code:
http://avxhome.se/ebooks/programming_development/Webbot_Spider.html
(note: website not associated with me in any way)
 
Last edited:
Today I checked the 'automate boring stuff with python' book

The only thing I can say is that book is the ultimate book for beginners botter. Awesome.
 
Last edited:
Small update:

Easy scraping websites with autotools
Import io : an easy to use tool for scraping content from website.

C# coders
I recently used a framework called Nhtmlunit, a GUI less browser with html agility pack for parse and scrape html. A killer combo.

js coders
A buddy of mine told me about this casperjs framework, build on an headless webkit called phantomjs. Really awesome. Go check the official tutorial, the first script is a google scraper.
 
Thanks for taking your time to write this. I was always wondering how I could use my skills in python to my advantage in IM.
 
Awesome! The best first thread that I've ever seen.

I'll stick to iMacro but.
 
Really happy to hear your feedbacks.

Additional informations are coming.

So long,
SBK
 
How Develop Your Own Profitable Bots

Secrets I Learned The Hard Way
There are some little tricks I learned during my experience:

1.Use A VPS
One time I made a bot for Adult Video Submission. Long story short, with my home bandwidth I can upload just 10 videos/day vs the 198 videos//day with a 15$ VPS.

2.Buy a Local Captcha Solver
Before buy credits at captcha solvers, buy a local captcha breaker like GSA Captcha Breaker. This will save you money and time for your testing.

How To Sell Your Bot

The main advantage about creating your own web bot is that when your method is sutured, you can have passive income selling the bot and moving away.

The easiest way to sell a bot is to register a lot of forums, create threads and selling your bot. Yes, you can create a bot for automate all that.

Also, you can monitor some keywork (example "facebo*k bot") with software like BuzzBundle and spam the sh*t out of it.
I have a question I don't understand about having a VPS.... I HAVE A VPS. I also have some bot makers (Winautomation, Automate, etc).
HOW do I set it up on a VPS??? I thought these were only desktop programs??? On mhy VPS I only have domains...


Also what forums do you sell bots on? I can make a shit load of bots, but am stuck with how or where to sell them...
 
Back
Top