Tagged Questions
The bot tag has no wiki summary.
8
votes
3answers
925 views
Creating a flash game bot
Does anyone have any recommendations for resources or methods on how to create a bot in java which can play a flash game?
I am thinking of using the Robot class to watch the screen and make actions, ...
6
votes
3answers
469 views
PHP background process
I've wrote a php irc bot, but i need it to work in the background. With this there'd be no quits or so. What is the best way to do this?
Thanks and Regards.
6
votes
2answers
3k views
sending messages to a flash game with C# / autoit
I'm making a bot for a flash game and I've figured out how to import all the autoit functions into my C# code.
string title = "Minesweeper";
string full = auto.WinGetTitle(title,"");
...
5
votes
2answers
132 views
How to stop bots from posting and causing exceptions
I have a form where anyone can fill in a review about something and this form is not inside a login area.
I started to use captcha after more and more bots was trying to input spam.
The problem now ...
5
votes
1answer
185 views
Why is Yahoo Indexing Bot considered as “evil”?
After reading and commenting on this question PHP Library for Keeping your site index by Google, Bing, etc, I was curious to look at StackOverFlow's sitemap. This returned a 404 error which I am ...
5
votes
2answers
1k views
Creating an IM bot
I am trying to create an IM bot and I haven't been able to find the necessary resources.
UPDATE
There was an issue with Imified making gtalk bots not appear online (and not responding), it works ...
4
votes
5answers
4k views
How to make a web bot? (or something)
I need to register to a site programmatically. I did it with VB6 (using the IE Web Browser component), but I don't know how to edit textboxes on a website using WebBrowser. I don't need to do it with ...
4
votes
7answers
7k views
IRC Python Bot: Best Way
I want to build a bot that basically does the following:
Listens to the room and interacts with users and encourages them to PM the bot.
Once a user has PMed the bot engage with the client using ...
3
votes
2answers
56 views
English to babel-lang
Recently I was checking up on some AI possibilities and found out about babel-lang ( http://babelproject.com/ ) , which seems to be an interesting concept.
The project appears to be abandoned but the ...
3
votes
0answers
110 views
Strange exceptions on production website from HTTP_USER_AGENT Java/1.6.0_17
Today we have received some strange exceptions on our production website. They all have the following HTTP_USER_AGENT string: Java/1.6.0_17.
I looked it up over at UserAgentString.com but the info is ...
3
votes
3answers
167 views
Creating Bot fighter in asp.net
Many sites I visited will display an image containing some random characters. I have to type the characters into the box before I can proceed. I assume this is to prevent some robot from flood the ...
3
votes
1answer
95 views
Do google bots make invalid requests?
I'm building a component to ban spam bots' IPs based on the invalid requests that they make all the time, and that no user could ever make by mistake.
For example, they are always trying to submit ...
3
votes
1answer
472 views
Using GetPixel() on Minimized Windows [closed]
Using c++ (NOT VISUAL!). I'm trying to collect image data from a window. It seems I cannot use the getpixel() function when the window is minimized. Is there any way to make it work even when ...
3
votes
1answer
162 views
How can I conduct a poll through an irc bot?
I've set up a irc bot using socket. I've added a few commands , but I'd like to add a "poll" function.
Ideally, the bot would get a command with this format:
!poll <name> <opt1> ...
3
votes
1answer
143 views
Error in constructor: couldn't execute “git”: no such file or directory
Ok, so I am setting up a modified eggdrop bot, but after getting all the required perl modules and libraries, I am getting this error:
sudo perl run-test
Running bot 18076
tcltest
Error in ...
3
votes
3answers
171 views
Sanitizing Input from irc
So I was thinking of writing a irc bot/bot extension that lets users play certain text based games by starting the game,
sending parts of certain lines they enter(regexp match for game signal if not ...
3
votes
6answers
2k views
How do i program a simple IRC bot in python?
I need help writing a basic IRC bot that just connects to a channel.. is anyone able to explain me this? I have managed to get it to connect to the IRC server but i am unable to join a channel and log ...
3
votes
1answer
719 views
Implementing CTCP commands in an IRC bot (Haskell)
I have followed the tutorial on the Haskell wiki about implementing an IRC bot. and everything worked out fine. But once I started extending it, I realised that It would need to respond to CTCP ...
3
votes
2answers
5k views
PHP Chat Bot: Google Talk
I was wondering how to create a chat bot for Google Talk via special client.
I know it uses XMPP to send messages, but I do not know how to use this at all. It is my understanding that I should be ...
2
votes
3answers
24 views
Google, do not index YET
In the effort of building a live site on its actual live hosting platform is there a way to tell google to not YET index the website? I found the following:
...
2
votes
1answer
24 views
MediaWiki bot automatically copying content from external websites
I am trying to find a MediaWiki bot or extension that would do the following:
I sometimes copy external content to MediaWiki to display it in proper context and to make it searchable. That is not ...
2
votes
3answers
178 views
How to run a PHP script via SSH and keep it running after I quit
I'm trying to restart a custom IRC bot. I tried various commands :
load.php
daemon load.php
daemon load.php &&
But that makes the script execute inside the console (I see all the ...
2
votes
0answers
111 views
Having trouble with Omegle IRC bot
I found this Omegle bot for IRC in Python:
I have set it up and managed to get it to join my channel, however whenever I use the command to connect a client to the bot, nothing happens, I can't ...
2
votes
1answer
109 views
Multiple Sockets/Reuse/Close Sockets in Python? _socketobject error
so I've been trying to make this bot in python that uses sockets to get some information to and from a chat on a website. This requires a login, which gets keys, then using the keys from the first ...
2
votes
2answers
361 views
How to set up CIAbot for github repository
As in the title, I want to know how to set up the CIAbot for a github repository.
2
votes
1answer
184 views
Redirect spam/bot IP to its own address
I have an ASP.NET website and plan to handle blacklisted IP addresses using an HTTPModule to redirect known spam or bot IPs.
I know I could just serve them up a 403 or similar black hole, but I think ...
2
votes
3answers
218 views
How to block bot requests to URLs that match a common pattern in Apache?
I've got an apache server that gets hit about 100 times at once every 30 minutes with requests for URLs that match this pattern:
/neighborhood/**/feed
These URLs used to have content on them and ...
2
votes
2answers
150 views
Need suggestions for an Applied AI project
I have a course in my current semester in which I'm required to do a project on application of AI. I have decided to do this on game AI. I have 2 basic ideas: implementing an FPS bot(s) or ...
2
votes
1answer
670 views
Good ruby irc client library
I'd like to write a irc bot. (please reply with a good irc client library and not a bot framework).
__
why the downvote? I simply like to know which libary is fairly decent and well maintained as ...
2
votes
1answer
680 views
How to build a gmail chat-bot?
I have read similar questions but they talk of AI models. What I want to do is build a simple bot which accepts predefined commands and performs required action. No learning needed. I have the whole ...
2
votes
3answers
2k views
My Ruby IRC bot doesn't connect to the IRC server. What am I doing wrong?
require "socket"
server = "irc.rizon.net"
port = "6667"
nick = "Ruby IRC Bot"
channel = "#0x40"
s = TCPSocket.open(server, port)
s.print("USER Testing", 0)
s.print("NICK #{nick}", 0)
s.print("JOIN ...
2
votes
5answers
522 views
Plugins / modules for my C# program
i am making a IRC bot in C#, and i would like to have the feature to load plugins... for example: there would be a text file with some code in it, and then the program would import the contents of ...
2
votes
2answers
560 views
AS3 anti bot form script?
I wrote a AS3 script, basically the script just a form that allow user to enter their email address. After launch the site for couple of months, I found I receive a lots of BOT spammers. I know, 1 way ...
2
votes
2answers
331 views
Is there a good open source search engine including indexing bot which can be used to make up special catalogue by feeding the bot with certain properties?
Our application (C#/.NET) needs a lot of queries to search. Google's 50,000 policy per day is not enough. We need something that would crawl Internet websites by specific rules we set (for ex. country ...
1
vote
3answers
53 views
Best way to reduce urls bots have indexed
Google, bing and other web search engines have tons of uris in their indexes my site does not contain. Let's say something like http://www.mydomain.com?key=apple+banana+orange .
Despite there is no ...
1
vote
2answers
18 views
how to ensure visit different web page by human not by bot?
how to ensure visit different web pages by human, not by bot program?
Is there some tecnique?
thanks
1
vote
0answers
58 views
Socket only works once
I'm coding a little program that checks an online store for new items in a specific department. When it does find that a new item has been added, it's supposed to send that info to a simple IRC-bot, ...
1
vote
2answers
34 views
IRC bot: MOTD doesn't come even though I did USER and NICK
I'm making an IRC bot in python for the hackthissite challenge (prog 8).
Here's an excerpt of the connection code:
def ping():
ircsock.send("PONG :Pong\n")
ircsock.connect((server,6667))
...
1
vote
1answer
181 views
Creating bot in Java or C# to a Flash based game
First of all, im not looking for a bot, that's clicking on the screen so i can't use my computer.
I'm curios on how to interact with flash games without having to use awt.robot to click the screen.
...
1
vote
3answers
116 views
Testing an IRC bot [closed]
I am writing an IRC bot in Python using the Twisted library. To test my bot I need to connect several times to an IRC network as my bot requires a restart each time a change is made. Therefore I am ...
1
vote
0answers
118 views
Python IRC Bot Non-Responsive
First a bit of code.
#!/usr/bin/env python
import sys
import socket
import string
HOST='irc.ircnetworkbotison.net' #The server we want to connect to
PORT=6666 #The connection port which is usually ...
1
vote
1answer
2k views
Chat Conversation bot with an API? (cleverbot)
I am looking for an opensource conversation bot or any online bot with an API. I looked at cleverbot, but he sends messages via javascript so idk how to parse it. I have found MegaHal and a java ...
1
vote
1answer
79 views
SmartIRC4Net won't connect/shows no activity
I'm making a bot in c#, using the SmartIRC4Net library (http://www.meebey.net/projects/smartirc4net/). If you aren't familiar with that library, feel free to tell me an alternative.
I used it because ...
1
vote
3answers
85 views
How to ignore web crawlers?
I have a page that count how many times is visited by a user (registered, guest, every kind of users...).
So I update a field on the database every time the page is viewed; yes, also if the page is ...
1
vote
1answer
259 views
How to create a basic chatbot/auto responder based on browser contents? (Applescript, or other recommendations?)
I am a (very) beginner programmer and I am wondering if it would be feasible to write a very simple chat room bot which is fairly dependent of what kind of chat room is being used.
The scenario is ...
1
vote
2answers
136 views
API polling bot on heroku
I want to create a bot which makes API request per minute to some API url. This then needs to ping a particular user if data entry has changed against his name in the API feed. I want to go for a free ...
1
vote
1answer
175 views
Which search engine spiders execute javascript?
I just come across a issue with the Google spider called "Google Web Preview". Apparently it is executing javascript. What I am curious about is what other online bots run JS when they spider/look ...
1
vote
1answer
148 views
helicopter game ai algorithm [closed]
I am looking for advice on a good AI algorithm to play the helicopter flash game, currently my algorithm can find the location of the helicopter and the obstacle on screen as shown highlighted in this ...
1
vote
1answer
256 views
How to read messages from an IRC channel using an IRC bot written in Bash?
I could not find much documentation on IRC bots written in Bash so here is my question.
I have a simple bot that can join a channel and write messages into the channel.
However, how do I read ...
1
vote
1answer
542 views
Simple XMPP bot on python
I have the simple code of XMPP bot by python and http://xmpppy.sourceforge.net/
#!/usr/bin/python
# -*- coding: utf-8 -*-
import xmpp
import urllib2
import ConfigParser
config = ...