php - Alternatives to refresh to avoid blacklisting -
i run php script interfaces twitter api off website. trivia bot that, @ defined intervals, sends calls api send , receive tweets (send trivia question , choices, replies answers, send correct answer, etc.). automate, use meta refresh tag. operate bot, open script on browser , leave alone, refresh , run script repeatedly.
this works should, except after 90 minutes of continuous use, triggered blacklisting of ip webhost. tech support recommended "refreshing less often," affect intended product. not information limits before blacklisting triggered.
clearly reloading web page no-no provider, short of changing providers, there alternatives meta refresh (or really, refreshing of page) still allow repeated, automated calls twitter api?
Comments
Post a Comment