Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 349 Bytes

File metadata and controls

21 lines (18 loc) · 349 Bytes

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')