How do I do a script to post to twitter every one hr
Ideally, you’d be looking at using a Scheduled Task/Cron job to invoke a php script, this would then post whatever you require to the Twitter API.
You can use a script I made @ YATL and set up a cron job.
HTH