Skip to content

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

Notifications You must be signed in to change notification settings

annasapek/logs.tf-scaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors