/logs.tf-scaper

Libraries and utilities for scraping (one-off and real-time) Logs.tf data.

Primary LanguagePython

Logs.tf Scraper

Libraries and utilities for scraping (one-off and real-time) Logs.tf data.

Usage

Get a specific match:

import PyLogsTF
PyLogsTF.get(828613)

Get the id of the latest match:

import PyLogsTF
PyLogsTF.latest_match()

Get all the matches since the last run:

import logstf_sync
logstf_sync.run('last')