which twitter tool can do this?

twiggin23

Newbie
Joined
Jul 26, 2009
Messages
38
Reaction score
2
I would like a twitter tool that can post random tweets x times during the day. For example, I would fill in the box with what random tweets I would want. Example: I'd fill the random tweets with quotes, random phrases, funny events, and then the tool would randomly choose one and post it throughout the day. Like for example you can set up tweets to show up at a specific time of the day.

Morning:
[Random list of tweets here]
happy to be up
morning!

Evening:
Going out.
Partying it up!

And then when it chooses one randomly, it takes it out, so that you don't repeat the same things over and over.


Sorry if I was confusing, but does anyone know of a tool that closely resembles this, which would post tweets without me worrying about it, for weeks or months on end.
 
there's this tweetlater website, but it's not random
you could whip up a script, twitter has a fairly straight forward API

curl --basic --user USERNAME:PASSWORD --data status="HAPPY TO BE UP" http://twitter.com/statuses/update.xml
you can get curl on windows as well, it's just this little command line prog that sends html stuff and such
 
idk seems complicated, im newbie with coding and stuff lol. do you know if you can post rss feeds thru twitter, like harvest the news feeds from msn or whatever?
 
there's this tweetlater website, but it's not random
you could whip up a script, twitter has a fairly straight forward API

you can get curl on windows as well, it's just this little command line prog that sends html stuff and such

Actually, I do believe there is a way to have TweetLater pull random tweets... Just not sure if you can do it with the free account.

filmy
 
Actually, I do believe there is a way to have TweetLater pull random tweets... Just not sure if you can do it with the free account.

filmy
hmm so the pro can do it? how much is it a month, might decide to try it out.
 
I would check out Flaming Bird right here by a user on this forum. It isn't random nor does it remove the tweets, but it is the only free tool out there that lets you load up tweet and tweet them at time intervals. There are sites and services out there, but they are paid or limit it to 1 tweet per 3 hours or something, his tool is the shit
 
Back
Top