# File lib/twitter/api.rb, line 2231
    def trends_weekly(date=Date.today, options={})
      trends_periodically("/1/trends/weekly.json", date, options)
    end