Skip to content

94m3k1n9/tf2toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF2Toolbox

Backpack parsing utilities for Team Fortress 2.

Quickstart

Fill out a 'config.py' file in the tf2toolbox source directory - the 'config.py.example' file will guide you.

Get the requirements.

pip install -r requirements.txt

Start the server (from the root directory)!

python runserver.py

Info

The live instance runs on tf2toolbox.com.

Thanks for stopping by!

Use of Memcached

TF2Toolbox can optionally use memcached to store SteamAPI results (vanity URL lookups, the schema!). This behavior can be set in tf2toolbox/config.py. Use of memcached requires memcached to be running locally.

To install on Mac OS X: brew install libevent

To install on Linux: http://code.google.com/p/memcached/wiki/NewInstallFromPackage Or just apt-get install memcached

Memcached keys and values: 'SCHEMA' -> the schema in a Python dict 'SCHEMA-CACHED-TIME' -> the last time the schema was cached 'VANITY-(steam vanity name)' -> (64 bit steam id)

About

Backpack parsing utilities for Team Fortress 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.4%
  • Python 38.6%