Currently working on twitter bot, pretty basic functionality. I have elevated access and have set up OAuth 1.0a turned on. When i run my code, I get the following errors:
First of all, you’ll want to regenerate your credentials now if you haven’t already.
You can’t Tweet the exact same text that you’ve already recently Tweeted.
thanks for the reply. I did change / update my credentials and was able to get it to tweet a generic message as you see there. I was able to get this to tweet what was on my .txt file finally by changing this line of code: api.update_status(“enter message here”) to: api.update_status(line).
Hope this helps someone in the future.
system
Closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.