Where to bulk upload tweets?!

If you're talking about me, my scripts will be in PHP to run on your server not on your PC as winautomation does which interfers with your working/playing, etc ..... winautomation is also a resource hog and just about takes over your computer when it runs .....


HTH​

LOL my computer can barely keep up LOL it has an intel celeron 2.8 processor and 704 megs of RAM. If I use that program it will blow up :hahaha:
But I'm gonna buy a dell studio 1537 with 4 gigs of Ram and 2.53 processor and 6 megs cache and dedicated video card 256 Ati Radeon and camera 2 mp incorportated and 800 mhz the frequency of Ram and 320 gigs the hard. WoooooooW :D this PC is definitely gonna keep up with all my bots running all the time :D
 
Last edited:
Hi, Can someone help me on this... I've set this up correctly on my host.. I get the "success" messgae

The problem - i dont see any update sin my twitter account...

my question - can you place links in the messages (using tiny url for this). Is this causing the problem

Sorry if i sound like a noob.. as this all new to me..

Cheers
 
Hi, Can someone help me on this... I've set this up correctly on my host.. I get the "success" messgae

The problem - i dont see any update sin my twitter account...

my question - can you place links in the messages (using tiny url for this). Is this causing the problem

Sorry if i sound like a noob.. as this all new to me..

Cheers

It could be because you have not applied with an active email account. Last time i checked they dont send a confirm link.... or do they? hmm i cant remember... But all i know is you need to use a real email address and confirm the link if thats needed.

I found that my tweets never showed with an account that was not signed up using a real email.

Altho they may have changed things, i haven't spammed of twitter in over a month.
 
any update for a php script?
is it true that you have to have your email confirmed to post via api?
 
This is somewhat relevant to this script with a question of how often to have it post to keep it live in Google's real-time updates. I used a refresher app to autopost and I had this set to post a Tweet every 90 seconds / 24 hours a day/ 365 days a year and Google pulled me out of search.

I tested it at every 5 minutes and Google also filters me.

Anyone having success at any certain time that laves them in the updates search?

Thank you,
 
This is somewhat relevant to this script with a question of how often to have it post to keep it live in Google's real-time updates. I used a refresher app to autopost and I had this set to post a Tweet every 90 seconds / 24 hours a day/ 365 days a year and Google pulled me out of search.

I tested it at every 5 minutes and Google also filters me.

Anyone having success at any certain time that laves them in the updates search?

Thank you,

That does seem a bit excessive, no? I would think that Twitter would yank you long before Google! But apparently not. I simply post 1/hr around the clock and have no problems. Of course, that is a 26:1 ratio of your messages to mine, but I am not ticking off my followers (and they are sticking around). I would think that if I followed you, there has to be something AWFULLY GOOD to hear EVERY minute and a half.

Just my .02
 
PTaubman...My question wasn't about asking for your expert opinion on how often to tweet. So here is your .02 back.

My question for those who didn't understand it was. Does anyone know how often you can tweet yet sill stay in Google's updates? If you are not sure what I am talking about with Google Updates, here is a link:

http://www.google.com/#hl=en&tbo=1&output=search&q=Twitter&tbs=mbl:1&ei=TSB0S5LWH5D_nAegvuGjCQ&sa=X&oi=tool&resnum=5&ct=tlink&ved=0CAwQpwU&fp=baa94940edcea411
 
Is it possible to plug some more code into this script in to make it post everything in the order it's listed in?

Basically, some of my tweets are queued up to conveniently go out at night, morning, etc. (if things are posted in a x hour interval). This random tweeting would mess all of that up.

If it's not possible though, I'll just deal. Just thought I'd ask if u all knew how first.

Also, on that randomizing code bpicks listed:

Code:
[COLOR=#000000] [COLOR=#0000BB]<?
$tweetyesno [/COLOR][COLOR=#007700]= [/COLOR][COLOR=#0000BB]rand[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);
if ([/COLOR][COLOR=#0000BB]$tweetyesno [/COLOR][COLOR=#007700]== [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]) {
   [/COLOR][COLOR=#FF8000]//perform tweet
[/COLOR][COLOR=#007700]} else {
   [/COLOR][COLOR=#FF8000]//don't perform tweet
[/COLOR][COLOR=#007700]}
[/COLOR][COLOR=#0000BB]?>[/COLOR] [/COLOR]

I'm assuming we just take the bits between the <? and ?> and plug it into the original code. Is that correct?
 
So now that OAuth is required for Twitter API this quit working for me. Any work-a-rounds or other options?
 

Watch the other thread for updates, etc .....

HTH .... :cool2:

 
Back
Top