BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => 0.4.x Custom/Unofficial Modules => Topic started by: Glarawyn on April 10, 2008, 09:14:08 pm

Title: BeBot all a Twitter
Post by: Glarawyn on April 10, 2008, 09:14:08 pm
And org member tossed out the suggestion of getting raid alerts on his phone via SMS. I couldn't think of a way to do it, too many different SMS gateways and what not.

A few months later it struck me while I was playing with Twitter...PHP should be able to post messages to Twitter, and Twitter can send alerts via SMS...

So I created this module. You can configure a Twitter username and password and then post to that Twitter account from in game using the tweet command.

You can also view the latest 20 tweets from the bot's account or other Twitter accounts using the twitter command.

Commands
tweet <message>: Add <message> to Twitter.com.
twitter: Display the last 20 tweets for the configured Twitter.com account.
twitter <username>: Display the last 20 tweets for <username>.

Requirements
The TwitterPHP class requires PHP5, thus this module requires PHP5.

To post to Twitter, you have to configure a twitter username/password via BeBot's settings interface.

Examples
AO Sentinels (http://twitter.com/aosentinels) on Twitter.com.
Campalot (http://twitter.com//campalot) on Twitter.com.

Download
BeBotTwitter_2.0.0.zip (http://zibby.isa-geek.net/BeBot_0.4/BeBotTwitter/BeBotTwitter_2.0.0.zip)
Title: Re: BeBot all a Twitter
Post by: Snarfblatt on April 15, 2008, 05:37:05 pm
I was going to try this out but it appears that curl is not in the BeBot distribution of php or at least my version which is 5.1.4. Do you know if curl is enabled in the 5.2.3 version? or any tips on how to enable curl in windows?
Title: Re: BeBot all a Twitter
Post by: Glarawyn on April 16, 2008, 02:58:00 am
Grab the full PHP distribution from http://www.php.net/downloads.php, use the zip file version. Replace the BeBot PHP with this PHP distribution...

This site has Windows binaries for cURL, I don't know if you need them.
http://curl.haxx.se/download.html

From there, search google for php5, windows, and curl and you'll find a bunch of info.
Title: Re: BeBot all a Twitter
Post by: Glarawyn on April 16, 2008, 03:08:57 am
Download finished, PHP5 zip file from php.net definitly has the lib_curl.dll extension.
Title: Re: BeBot all a Twitter
Post by: Snarfblatt on April 16, 2008, 05:02:04 pm
Thanks started going down the full php path yesterday. I'll test things out after the servers come back up.
Title: Re: BeBot all a Twitter
Post by: Snarfblatt on April 16, 2008, 05:28:45 pm
Success! In case anyone else tries it out, you just need to install the full php distro like Glara mentioned and then change the "php_extension" setting in the php.ini file in the BeBot directory and add the php_curl.dll to the "extensions" list.
Title: Re: BeBot all a Twitter
Post by: Glarawyn on April 17, 2008, 12:31:53 am
Campalot (http://twitter.com//campalot) is running a slightly different version of the module that provides a function similar to send_output() so that raid alerts are automatically posted on Twitter. People seem to like it.
Title: Re: BeBot all a Twitter
Post by: Glarawyn on April 22, 2008, 05:47:07 am
Futzed with it a bit.


Using TwitterCore functions in your modules:
Send an update to Twitter.com:
$this -> bot -> twitter -> send_update($message);

Retrieve a user's timeline:
$this -> bot -> twitter -> user_timeline($username);

Happy twittering.
SimplePortal 2.3.7 © 2008-2024, SimplePortal