tweepy first program: doesn't recognize API call – Twitter API
I am trying to write my first "helloworld" program to post on Twitter. The program works fine with print("helloworld"). It also works with import tweepy. But as soon as I try to assign my IDs, I get errors that it…