From a2e95d40efabc53d292a256e2fe81d54b98a7734 Mon Sep 17 00:00:00 2001 From: Denis Veselov Date: Tue, 28 Aug 2012 00:49:09 +0400 Subject: [PATCH] add myTotals endpoint for py3k --- twython3k/twitter_endpoints.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/twython3k/twitter_endpoints.py b/twython3k/twitter_endpoints.py index 030d110..1c90aa8 100644 --- a/twython3k/twitter_endpoints.py +++ b/twython3k/twitter_endpoints.py @@ -175,6 +175,10 @@ api_table = { 'url': '/account/update_profile_colors.json', 'method': 'POST', }, + 'myTotals': { + 'url' : '/account/totals.json', + 'method': 'GET', + }, # Favorites methods 'getFavorites': {