Any Software To Enable Me To Make Bots?

Krazy Kitty

Regular Member
Joined
Feb 11, 2008
Messages
383
Reaction score
158
I need a bot but I'm reluctant to outsource it's development because I'm keen to keep the idea under wraps (for now, at least). I was wondering if there was any software available to the non-programmer that would help me make a very basic bot. I'm familiar with macros but they have their disadvantages.

Any ideas or do I need to outsource?

KK :)
 
This would be of interest to me as well.

There are plenty of Social sites that aren't on the radar, and if I had a way of making my own bot, I would be up for that.
 
Depends on what you mean by "basic". You could still outsource it and tell the programmer "make me a skeleton: insert x strings in x textboxes and then hit that button, after that go to this url". Then edit the source and compile it by yourself.
 
Depends on what you mean by "basic". You could still outsource it and tell the programmer "make me a skeleton: insert x strings in x textboxes and then hit that button, after that go to this url". Then edit the source and compile it by yourself.

This is a good idea but I'm not sure I'd be able to express the requirements without having to reveal the site and the process.
 
Use Rentacoder.net

They make all the programmers sign a Non-Disclosure Agreement (NDA) before they can even view your project. You could even get them to sign a non-compete agreement before they viewed it, if you wanted. Now, that's no guarantee that they won't break the contract, but it's better than nothing.

I'd recommend that you also break the program up into segments, so the programmer won't know what your program is fully intended for nor its code. However, if you don't know how to even put the peices together once it's done, it could be a bit difficult...

PS: There is no software that creates bots in their entirety. There are development environments that help you design the look of the bot, such as buttons, text boxes and so forth. But you have to know a programming language to be able to "program" what goes on behind the scenes when that button is clicked.
 
Use Rentacoder.net

They make all the programmers sign a Non-Disclosure Agreement (NDA) before they can even view your project. You could even get them to sign a non-compete agreement before they viewed it, if you wanted. Now, that's no guarantee that they won't break the contract, but it's better than nothing.

I'd recommend that you also break the program up into segments, so the programmer won't know what your program is fully intended for nor its code. However, if you don't know how to even put the peices together once it's done, it could be a bit difficult...

PS: There is no software that creates bots in their entirety. There are development environments that help you design the look of the bot, such as buttons, text boxes and so forth. But you have to know a programming language to be able to "program" what goes on behind the scenes when that button is clicked.

Awesome answer and great information - thank you. I'll take your advice and go through rentacoder. I'm not savvy enough to piece things together but the NDA makes me feel more comfortable.

:)
 
It is impossible to make a good bot using software. You need good programming knowledge.
 
EC and Nick Flame summed it up. If it's a simple software there is a macro-like-program (can't remember the name) that is like an exe php platform. It fills in the variables of forms which you can predefine etc. on a mass base because you load the txt slots, stuff like that. It's a freeware but I forgot its name. it's a good solution if it's a simple tool, but you need steady programming for a solid program.
 
EC and Nick Flame summed it up. If it?s a simple software there is a macro-like-program (can?t remember the name) that is like an exe php platform. It fills in the variables of forms which you can predefine etc. on a mass base because you load the txt slots, stuff like that. It?s a freeware but I forgot its name. it?s a good solution if it?s a simple tool, but you need steady programming for a solid program.

That might even do it. If you remember the name please post here. I'll likely go the rentacoder route but the macro prog would still come in very handy.
 
Browse through the results...:D

http://www.google.de/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=de&q=macro+form+filler&meta=&btnG=Google-Suche

I think it is "iMacros".
 
Last edited:
if you are up to some simple scripting you can do it with iopus imacros scripting edition
 
In php, you could use Curl, or snoopy class (http client from sourceforge). Pick up the ebook "Webbots, Spiders and Screen Scrapers". This book talks about and uses curl.

finalanswer
 
Back
Top