Tagged Questions

0
votes
2answers
53 views

C# irc bot connection class

alright, so im making an irc bot, and im wondering a few ways that i could create a connection class, so that i can connect to multiple networks, i have it connecting to one server …
0
votes
4answers
95 views

Where do I start with a web bot?

I simply want to create an automatic script that can run (preferably) on a web-server, and simply 'clicks' on an object of a web page. I am new to Python or whatever language this …
1
vote
5answers
433 views

Is there an equivalent to Java’s Robot class (java.awt.Robot) for Perl?

Is there an equivalent to Java's Robot class (java.awt.Robot) for Perl?
2
votes
5answers
232 views

[C#] 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 …
0
votes
0answers
21 views

Pymsn/Papyon contact memberships

Dear Stackoverflow, I'm having the following problem: I'm programming a bot for MSN Messenger in python with the pymsn/papyon library. I have everything running, except that I don …
2
votes
6answers
238 views

C++ AI Design Question

Hi, I am currently writing a bot for a MMORPG. Though, currently I am stuck at trying to figure out how to nicely implement this. The design problem is related to casting the char …
1
vote
5answers
160 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 …
0
votes
1answer
77 views

xmpp with python: xmpp.protocol.InvalidFrom: (u’invalid-from’, ‘’)

cl = xmpp.Client('myserver.com') if not cl.connect(server=('mysefver.com',5223)): raise IOError('cannot connect to server') cl.RegisterHandler('message',messageHand …
1
vote
2answers
455 views

PHP Chat Bot: Google Talk

Hi, 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 understa …
1
vote
3answers
122 views

How would I go about writing a simple PHP bot?

How would I go about writing a simple PHP bot that could login in and recieve all the cookies sent by the server? ... and then send them back when required? Any suggestions would …
1
vote
7answers
182 views

In PHP, approaches to reduce bots submit form and invalid email accounts?

I know its kinda common question, but I cant find a best answer (for now)... What are the best approaches to reduce bots submit form and invalid email accounts in php and html? B …
1
vote
3answers
359 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 …
0
votes
5answers
240 views

What $_POST[] do i need to post to a forum?

Hi! I am admin on a forum. Earlier we had phpbb 2.0 and i made a bot that could write to the forum. Now, we have upgraded the forum to phpbb 3.0, but i can't get my bot to write to …
2
votes
2answers
180 views

Writing a non-GUI bot using Mozilla Framework

Hi, I'm looking for a way to write a non-GUI bot using Mozilla Framework. The bot should be able to work like normal browser (automatically download relevant JS files, make XMLHTT …
6
votes
3answers
821 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.Win …

1 2 next
15 30 50 per page