bot

Twitter Bots Programming Tutorial

Hello. I'd like to learn how to program my own Twitter bot from scratch. I'd like to start simple, maybe a bot that picks up a word and sends a response to anyone that says that certain word. Then, I'd like to be able to build a bot up that will automatically post things, maybe 2 times a day. Finally, I'd like to be able to build bots th...

Were you ever able to create a BOT using Office communicator 2007 R2

I read your post regarding creating a ChatBot using Office Communicator 2007 - I would like to know whether you ever got this answered, since I would like to create a Bot too - thanks. I have found the references for doing OC automation - but this is not what I like to do as it uses my current profile and cannot hold it's own conversat...

IRC bot for reporting server status

The bot is being written in C# and I'm using the Smartirc4net library. If a server goes down (e.g a webserver) I want to manually set the status for it on the IRC bot. When a user calls !status I want it to reply with Online/Offline. I can do that, however I'm not too sure how to set it. For e.g the server goes offline then I manually ...

Can I use WGET to generate a sitemap of a website given its URL?

I need a script that can spider a website and return the list of all crawled pages in plain-text or similar format; which I will submit to search engines as sitemap. Can I use WGET to generate a sitemap of a website? Or is there a PHP script that can do the same? ...

Having problem to log into gmail ?

i want to login to gmail using asp.net ,however when i use the http post method with .... it returns your browser is not accepting cookies?...and in the internet explorer its sign's in ..whats the problem n what to look for ...And if any one has code how to login to gmail ...I will be very thankfull. ...

Chatbot library

I'm trying to add some simple chatbot behavior to an existing C program. The chat bot doesn't have to be too sophisticated (Eliza level) but it needs to have been written with reuse in mind. Are there any existing chat bot libraries available for C? ...

How reliable is the IP address logged in an Apache access log?

Dear SO, My website is suffering from an apparent bot which GETs a particular URL 5 times within a second, waits exactly 2 minutes, then repeats. The request is coming from the same IP address each time, and I have not observed any malicious payload, so I'm undecided on whether it is some form of spam bot. The User-Agent claims to be IE...