most_shared = nyt.most_shared()# Get most emailed articles of the last daymost_shared = myt.most_shared( days =1, method ="email")# Get most shared articles to Facebook of the last 7 daysmost_shared = nyt.most_shared( days =7, method ="facebook")# Get most shared articles to Facebook of the last 30 daysmost_shared = nyt.most_shared( days =30, method ="facebook")
days
Get most viewed articles over the last 1, 7 or 30 days