tweepy bad authentication data – Twitter API
I am trying to access twitter api via tweepy. And I get tweepy.error.TweepError: [{'code': 215, 'message': 'Bad Authentication data.'}] error. My API access is decribed in twitter_client.py: import os import sys from tweepy import API from tweepy import OAuthHandler def…