Skip to main content

Battlemetrics scrapper

Project description

this package allow you to scrap the advertised server on battlemetrics.
it return the number of server up, down and dead in each country and the number of player connected to thoses servers
to use it :

from battlemetrics_scrapper import battlemetrics_scrapper
from iso3166 import countries

for country in countries: # iterarate over all the country ISO code
print(battlemetrics_scrapper.battlemetrics.get_latest_gameserverstat_country(country))

alternatively you can use it from the commandline by calling battlemetrics_scrapper

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

battlemetrics_scrapper-1.0.6.tar.gz (7.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page