Bots, also known as web-robots, are software applications that run automated tasks over the Internet. Typically, they perform tasks that are both simple and structurally repetitive, at a much higher rate than would be possible for a human alone. Notable examples are spiders, crawlers, scrapers, ...

learn more… | top users | synonyms (1)

-4
votes
0answers
18 views

PHP scraper that gets forum stats? [closed]

Ive been trying to get a scraper to get stats from a profile to make a live signature. http://forums.icyboards.net/member.php?action=profile&uid=612 I found a program I can set to go after td ...
0
votes
0answers
15 views

Pywikibot Error “Warning: Token not found on Example:de. You will not be able to edit any page”

I am new to the whole mediawiki bot idea and tried to install Pywiki bot. So far so good, the bot is able to log in, apparently access the api.php, however when I want to run a script it says: ...
-2
votes
0answers
38 views

Which libraries do I need to recreate a open world map from website game?

I have done some simple bot's to games on miniclip, by using a tutorials. That was easy, becouse everything was static. Now i want to learn how to write a bot to the games with open worlds, 2D ...
0
votes
1answer
26 views

How to spoof a search engine bot with curl? [closed]

How do I make a request to a website using cURL and make the website believe that I am a search engine.
0
votes
0answers
18 views

external links with parameters shouldn't reach pages

My website has prices which you can reach in a page. Has some parameters ex: date, people number etc. When you select/assign this parameters. javascript loads a page into div. It works great. But a ...
0
votes
1answer
14 views

How do I block a bot from a specific directory

I am getting an insane amount of requests from web crawling bots for files in the /cachecp/ directory on my website (the directory doesn't exist on my server, but I assume it is hacker bots looking ...
-1
votes
1answer
34 views

Recognize verbal request and answer it [closed]

What I want to do is like a chat bot. For example, when someone type "how are you", I want my bot to answer "fine, thanks". It's pretty simple, but if my bot can tell the weather, there's is too much ...
-1
votes
0answers
49 views

I made a PHP contact form that goes to multiple addresses based on drop down selection, how do I determine if my code is safe? [closed]

I followed a tutorial to create a PHP contact form that sends to multiple emails depending on drop down field selection. I have included the PHP below. Is it protected from spam/other dangers? Or is ...
-1
votes
0answers
31 views

Mumble bot user [closed]

I am currently learning Java as my main language for programming and trying to make a bot for commands in a mumble server that I run for me and my friends. I found a git with a bot user for mumble ...
0
votes
1answer
21 views

TFS Interactive Build Bot using Lync

I'm partway through development of a build wallboard that displays the last 20 automated builds undertaken by the build server, all looks well and good, and when a build has tests, i'm automatically ...
0
votes
0answers
47 views

HttpClient 4.0 Java bot

I try to create a bot for my brother with java. This bot will help him to get some informations of a website. For exemple, i want this bot connect on the website. Then, i want it acces to an URL, and ...
0
votes
1answer
33 views

Chatbot (irc) as WCF service?

I want to make a IRC bot and got most of the code already, the only thing I don t know yet is or it is possible that I can host it in a WCF service. The problem I think is that it will be garbage ...
0
votes
0answers
43 views

An inteligent bot to simulate clicks & keystrokes on textfield/button without coordinates in a closed code DotNET GUI application [closed]

What I want to do is an inteligent bot that simulate clicks and keystrokes on textfield/button without coordinates in closed code DotNET GUI application. I know it is possible to simulate clicks by ...
1
vote
1answer
32 views

Is there a way to highlight element with Watir?

I keep getting errors doing this: puts browser.table(:after? => span(:text => "Asmeniniai duomenys") )[2][2].text basically saying: undefined method `span' for main:Object (NoMethodError) ...
-1
votes
0answers
60 views

(C#) Click inside a programs window without moving the mouse, even if it's minimized

Okay, so I want to start working on a bot, just simple mouse movements, but I want to be able to use my computer in the mean time. I was mucking around with MouseMove or whatever and got one working, ...
0
votes
0answers
85 views

Do a Bot Help Bug C#

to start i'm french ^^ so,sorry for my english ! I would like to create "bot".With sendmessage Or Postmessage.But in My Game i can't no get the class... ! → picture of my probleme ...
0
votes
1answer
61 views

MIRC anti-flood script

I'm looking for a way to kick users for flood. The idea is: on [lessthanhalfop]:text:*:#chan: { If [timer$nick] !== 0 { set %kickstate$nick +1 if %kickstate$nick < 4 { kick $nick ...
0
votes
1answer
33 views

XMPP connecting to server (Python)

I am currently following a tutorial/getting started on creating a Google Talk Bot I have made the EchoBot but it fails at runtime with the following error: File "echobot.py", line 59, in ...
0
votes
1answer
41 views

How to make this bot work?

I got a bot in Python that I've made to simulate a player playing a flash web game. The thing is, I've used an approach that requires specific screen coordinates to work, and there is a pop-up I need ...
1
vote
1answer
46 views

Python: socket connection still open

I've read some questions on this topic here, but i couldn't get an simple answer. I'll provide some code so it can be easier. import socket irc = socket.socket ( socket.AF_INET, socket.SOCK_STREAM ) ...
0
votes
0answers
54 views

Strange visits on a specific page of my site

Hello everyone! Recently I developed a script in order to log the visits of my site. I noticed that many times per day there are some strange visits!! The visits are related with a specific page of my ...
-1
votes
0answers
17 views

Site visitors bot

I want to write a bot(like google bot). The bot role is visit sites and write evaluation or copy some text or take a sceenshot or anytihng else. How to start this bot? Is this feasible in PHP? or ...
1
vote
1answer
56 views

Disallow directory which contains a hash in Robots.txt

Let's say you want to disallow a directory /#test/ (where the directory name begins with a hash) I tried using the line: Disallow: /#test/ But, that didn't work, because, after googling a bit, I ...
0
votes
2answers
34 views

How to submit a remote form using a php script and get the server response?

i need to do a script that every hour (i'm gonna use cronjob), submit a form and check the response from the server, printing me the output. I know how to make remote post requests, but nothing on how ...
-1
votes
2answers
78 views

IRC BOT in Python, if in elif in while-loop

Here is the complete code: #client der mit irc-server kontakt aufnimmt import time import socket from sys import argv script, mitspieler1, mitspieler2 = argv sock = socket.socket(socket.AF_INET, ...
0
votes
1answer
167 views

WebClient throw exception The remote server returned an error: (507) Insufficient Storage

I develop small program that looping to send request to a website. For get some information that i need from web page, then store to my database. It is about 1400 requests. I run it on both ...
1
vote
1answer
46 views

Weird 404 error in application.log and getting YII to ignore them?

Something is access my site using this URL: /(Yvax:%20uggc:/jjj.tbbtyr-nanylgvpf.pbz/hepuva.wf)uggc:/jjj.tbbtyr-nanylgvpf.pbz/hepuva.wf So I get error: [error] [exception.CHttpException.404] ...
-1
votes
3answers
283 views

Paper Soccer Java [closed]

I wanna implement in Java a bot that plays paper soccer, but I don't know how to start. What kind of algorithm do I need to choose for lowest complexity? Any ideas about how I can do it?
0
votes
1answer
51 views

AIML Interpreter Algorithm

I'm trying to write a AIML interpreter to develop AI bot. I went through several implementations of aiml interpreters but still I find it difficult to understand the algorithm behind it. So if anyone ...
0
votes
0answers
69 views

Why is irc sending “command uknown”?

I am trying to write an irc bot in c++ and have taken care of connecting and setting my nickname as well as the identity, pings are functioning also. The only problem I'm having is joining a channel. ...
-1
votes
1answer
38 views

will web crawler crawl multiple pages from 1 link [closed]

We have a directory type website for lead generation. Each company listed in the directory has their own adpage that lists more detailed information about the company that is gotten to by clicking on ...
0
votes
0answers
56 views

How to make a browser bot in Visual C++?

I'm interested in automating a browser in Visual C++? I'd appreciate any help on what libraries to use. This bot needs to load a page and click on links, buttons, checkboxes, fill text boxes, and ...
1
vote
1answer
37 views

Ruby function returning true rather than false when using a break in a function that checks for bots

I have a function that is supposed to return a boolean. Inside the function I am checking to see if the user is cookied. If the user has not been cookied than I want to run a check to see if they are ...
0
votes
2answers
66 views

mIRC Remote (Python) Trigger to Private Message

How would I go about making a trigger (E.g. !Help) and then the bot will private message them a list. Not the type of message where it will open a new window, but where it will show in the channel but ...
-5
votes
1answer
61 views

c# using checkboxlist [closed]

i have a script (simple log-in bot ) that tests my sites main sychel on all servers now since some of the servers are taken out of the pool i want to do a checkbox list of all servers and that the bot ...
0
votes
0answers
42 views

How to Programatically determine Headers for HttpWebRequest in C#?

I dabble in coding some bots/web automation software quite a bit. In order to do what I do, I simply sniff headers with Fiddler and manually add them to the request. I am wondering if there is an ...
1
vote
2answers
139 views

Rudimentary Computer Vision Techniques for Python Bot.

After completion several chapters in computer vision books I decided to apply those methods to create some primitive bot for a game. I chose Fling that has almost no dynamics and all I needed to do ...
-1
votes
1answer
45 views

Where to run ruby background script? [closed]

I am working on ruby script which is Twitter bot. It is not server for anyone - it is Twitter client. Is there any free or cheap hosting for this? I can't always keep it running on my notebook...
0
votes
2answers
46 views

Stopping googlebot from following links in javascript

While looking over my google bot errors one of them was a 403 error from a directory link I never put anywhere. After searching around in that page for a bit I found that google followed a link it ...
1
vote
0answers
41 views

Skype bot help .NET error [duplicate]

I was trying to make a skype bot which automatically sends back a message whenever a certain keyword is send. It seems to work fine in MVS but when i actually run it I get this error Unhandled ...
1
vote
0answers
57 views

Search Engine, Bot, Crawler for css, javaScript, Html tag usage? [closed]

I am working on project which need to gather some quick data / statistics about usage of particular html tags, css class names, JavaScript function names across a few thousand domains. Google ...
-2
votes
1answer
295 views

Ajax driven website and google SEO [closed]

My problem is that Google doesn't index my website and it's been 5 weeks that the site is up and running. It's not that it doesn't index my internal pages, it is that it does not index the website ...
1
vote
2answers
65 views

Prevent search abuse

I am unable to google something useful on this subject, so I'd appreciate either links to articles that deal in this subject, or direct answers here, either is fine. I am implementing a search system ...
0
votes
2answers
33 views

Determining bots in website

For the security of my website, is there any way I can distinguish between bots and human visitors on my website?
-2
votes
1answer
82 views

Python Bot to Extract text from a webpage [closed]

I need to build a python bot to extract text from a website generated by javascript- www.coursera.org. Normally, I'd just extract the source and pull the text directly out of the html; however, the ...
0
votes
1answer
28 views

OSCommerce Who's online having lengthy list

In my oscommerce site admin section, there is very lengthy list of records in Who's online. I knew it's all from Bot. How to resolve this issue.? Because of this, my site was crashed and loading very ...
2
votes
1answer
243 views

How to fetch a google search results feed with a python script and not be identified as a bot?

I am trying to import results from a Google Search results rss/xml feed into my website but every time I run the python script I get a message from Google: Our systems have detected unusual ...
0
votes
1answer
14 views

Bot function after NoFollow rule

I was just wondering what the function of googlebot or any other search engine spider/bot was after you use the no follow rule in a meta tag. Presumably the bot is on your site and gets to a page ...
1
vote
2answers
156 views

php irc bot with periodic messages to the channel

I follow some tutorial to create the bot from scratch, and the basic functionality working fine, like I can connect, it responds to commands, and outputs the to the webpage. What I want is ...
0
votes
0answers
21 views

Does Google mobilebot follow redirection for screen width?

Does anyone now if Google mobilebot will follow to my mobile site if i redirect it based on screen size? Can it understand that its for mobilephones or will it give me panalty for cloaking?

1 2 3 4 5 13