diff --git a/twython/twitter_endpoints.py b/twython/twitter_endpoints.py index c553c77..aeb9941 100644 --- a/twython/twitter_endpoints.py +++ b/twython/twitter_endpoints.py @@ -159,6 +159,10 @@ api_table = { 'url': '/account/update_profile_colors.json', 'method': 'POST', }, + 'myTotals': { + 'url' : '/account/totals.json', + 'method': 'GET', + }, # Favorites methods 'getFavorites': {