What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[PROOF OF CONCEPT] twitterbot

Possien

Member
Joined
Feb 24, 2010
Messages
173
Reaction score
17
Well i got bored so i made this, its based on Kingreply's code ( all credit to him ) i just added the twitter posting bit i found on the net.

i will add a reply system shortly ie. post an update to twitter and it will send that message to your desired person in-game.

What it dose :
1. If you get a whisper ingame, this plugin updates your twitter status ( like in the screenshot below )
twitterdt.jpg


GOOD LUCK. ( BTW THIS IS SOMEWHAT BUGGY ! )
 

Attachments

Last edited:
Seriosly.. Read this please

Well i got bored so i made this, its based on Kingreply's code ( all credit to him ) i just added the twitter posting bit i found on the net.

Its only fair that you donate to King then to..
 
nice concept, thanks for the credit
what is making it buggy? from writing SMS I have some ideas that you might be running into
 
honorbuddy sometimes screws up by including ( when it updates to twitter if a whisper was received ) some talking from general chat.

on a side not ive almost got this working so if i make a twitter status update with /whisper (namehere) (Messagehere) it dose that in wow, just trying to think of a way to keep track of messages received ( so the bot dosent send the latest twit over and over )
 
This is awesome, please keep this project updated. A suggestion could be to add a tweet every time you ding.
 
yea, i already did this, months ago. "TwitterBuddy" but i realised that it wont matter once twitter switches over from the way they auth and the way the api lets you post already. once the i think it was called OAuth gets pushed out youll have to register your App in order to do anything, so having Twitter, Command and Control over your bot, like i previously envisioned is going to be almost impossible. also, sending whispers like that is really bad, what you might wanna think of doing is encoding them to base64, so at least people yelling at you because your a bot, arent coming up in plane text on your twitter feed.


i mean dont get me wrong, i think its great you took the time and figured out something for your self. and i hope to see more from you in the future.
 
Last edited:
I could set up a whole mini site just for this, i could simple just use php then ( wouldent need to reply on twitter), eg from the addon i would send a post request to http://www.sometime.com/messagecenter.php?m="the whisper received" and have a little area on the site where users can log in and check their whispers ( like twitter, but would be private ) and reply to messages straight from there.

ive started working on this today. expect a release in a week
 
I could set up a whole mini site just for this, i could simple just use php then ( wouldent need to reply on twitter), eg from the addon i would send a post request to http://www.sometime.com/messagecenter.php?m="the whisper received" and have a little area on the site where users can log in and check their whispers ( like twitter, but would be private ) and reply to messages straight from there.

ive started working on this today. expect a release in a week
let me know if you need help.
 
I could set up a whole mini site just for this, i could simple just use php then ( wouldent need to reply on twitter), eg from the addon i would send a post request to http://www.sometime.com/messagecenter.php?m="the whisper received" and have a little area on the site where users can log in and check their whispers ( like twitter, but would be private ) and reply to messages straight from there.

ive started working on this today. expect a release in a week


Now this I REALLLLY like the idea of :)
 
shouldent be too much longer, just sorting out an api for it, and a couple of small little things
 
Back
Top