Skip to content

zachwozn/torn-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torn Stats for Zach and Logan

Installation

Note: it's recommended to use a Python virtual environment (python -m venv .venv). Activate with .venv/Scripts/activate (Windows) or source .venv/bin/activate.

  1. Clone this repo.
  2. Install required libraries with pip install -r requirements.txt.
  3. Copy torn_stats/config-sample.py to torn_stats/config.py and update.
  4. Run with flask --app torn_stats:app run
  5. Access from http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.5%
  • HTML 41.5%