Anyway to schedule tweets on twitter?

If you're running Windows, then Powershell 2.0 gives you a great way to do it with the net.webclient namespace.

It takes a little bit of scripting knowledge, but you could queue up messages in a text file (easy), or even excel file (a bit more advanced) and have them post on a schedule.
 
If you're running Windows, then Powershell 2.0 gives you a great way to do it with the net.webclient namespace.

It takes a little bit of scripting knowledge, but you could queue up messages in a text file (easy), or even excel file (a bit more advanced) and have them post on a schedule.

Hm, any sites that tell you how? Never used anything like that!
 
You can use Twuffer to schedule pre-written, post-dated tweets
 
Back
Top