Quote:
Originally Posted by proxx
is it possible to make it so that it submits to twitter at a delayed rate ? for example, i want 1 tweet per 10 minutes and evenly throughout day and night. Is this possible? any solution ?
|
Not very easily. You would have to code some sort of FIFO buffer, and you would have to account for the possibility that if you had too many posts, it couldn't save a backlog longer than x days. And it would have to account for slow days - if a new post came in more than 10 minutes from the last, it would have to go out immediately and start the 10 minute counter fresh.