twitter / twurl

OAuth-enabled curl for the Twitter API
https://developer.twitter.com
MIT License
1.8k stars 302 forks source link

{"errors":[{"code":32,"message":"Could not authenticate you."}]} #167

Closed BenJule closed 3 years ago

BenJule commented 3 years ago

Describe the bug I have built a small bash script which should send me a tweet via twurl at regular intervals. Tweets that have already been tweeted are written as a command in a .txt file. When I call it up I always get a

To Reproduce When I call it up I always get a auth error {"errors":[{"code":32,"message":"Could not authenticate you."}]}

Expected behavior The entries in the .txt file are to be posted randomly at regular intervals via cron.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context RandomTweet.sh: https://gist.github.com/BenJule/5ef08acefebb2bb391ddbb03db3592c2