diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index 85da63a..e8e9ac3 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -13,7 +13,7 @@ """ # Base Twitter API url, no need to repeat this junk... -base_url = 'http://api.twitter.com/{{version}}' +base_url = 'https://api.twitter.com/{{version}}' api_table = { 'getRateLimitStatus': {