Discuss advice on bot programming in the Dev Shed Lounge forum on Dev Shed. advice on bot programming Dev Shed Lounge forum discussing anything that doesn't fit into the other forums. This is a place to relax, talk, and even have some friendly debate. Walk softly and carry a big wiffle bat.
Posts: 703
Time spent in forums: 8 h 40 m 17 sec
Reputation Power: 13
advice on bot programming
hello folks
just looking for some advice on programming intelligent agents or bots.....
basically i know about sites like botspot which give an incredibly big resource of bots however i want to learn how to make bots for one i have in mind, i have some basic sql knowledge so i reckon i can do this.
if any of you know any good resources online detailing how to go about creating bots, books on the same, discussion forums where i could pose this question etc etc i would be very greatfull if you could pass on this information to me here.
Posts: 886
Time spent in forums: 1 Week 4 Days 6 h 53 m 39 sec
Reputation Power: 320
Hi Garrett,
I think you'll have a lot of fun looking at this site.
They have agent development tools, java api's and all manner of stuff... some of it free too I think
Posts: 703
Time spent in forums: 8 h 40 m 17 sec
Reputation Power: 13
mm only an evaluation version of their software, want to try and keep this away from having to use applications to make my bot and more using perl or cgi etc to develop the bot.
Posts: 4,635
Time spent in forums: 4 Days 23 h 44 m 19 sec
Reputation Power: 81
If you're looking to create web bots, check out perl and the LWP suite of modules on the cpan- you can create automated "virtual browsers" that you can download pages and submit forms (even file uploads!) with.
I've had A LOT of fun with these. . . I've written a script that looks up phone numbers online from names and addresses, another that crawls one site, downloads the data, and then posts the data back to a different site, as a way to migrate data from Lotus Notes to a real platform (mod_perl and MySQL).
Perl is definitely the way to go if you're looking to write web bots. You COULD do it in any number of languages, but LWP is so incredibly powerful you'd be foolish to reinvent the wheel.
Posts: 703
Time spent in forums: 8 h 40 m 17 sec
Reputation Power: 13
yep i know of alice and elisa, have standalone versions here, but i did'nt know alice existed in a php version which is very interesting to me as i already know php. so i'll have a look at that now.
Posts: 1
Time spent in forums: 7 m 43 sec
Reputation Power: 0
I just found a great book called "Bot Programming: Intelligent Automation For Windows Applications And Games"
The bots are written in VB.net and within a week I was creating bots to automate Windows application and games.
The Following Windows Automations Are Covered:
* Left And Right Mouse Clicks With Millisecond Timing
* Set Focus On Specific Applications
* Application Specific Mouse Clicks With Millisecond Timing
* Send Individual Key Strokes With Timing Control
* Send Multiple Keys Stokes Without Timing
* Starting Remote Applications
* Resize Remote Applications
* Run Automated Bots With Windows Scheduled Tasks
* Perform Screen Captures
* Use Pixel Recognition For Intelligent Decisions
* Applications and Games Botted: Windows Notepad, Windows Calculator, Windows Explorer, Firefox, 3D Pinball for Windows, Flash Games World Of Pain And Hero's Arms
Posts: 1
Time spent in forums: 27 m 36 sec
Reputation Power: 0
I want to make a webbot that will scan stats on nba.com to help me bet on games i have no computer programing experience where should i begin. where would i learn php