Method: WikiBot::Bot#stats

Defined in:
lib/wikibot/core/bot.rb

#statsObject

Get wiki stats



170
171
172
173
174
175
176
177
178
# File 'lib/wikibot/core/bot.rb', line 170

def stats
  data = {
    :action       => :query,
    :meta         => :siteinfo,
    :siprop       => :statistics
  }

  query_api(:get, data).query.statistics
end