Files
Torn-Vault-Tracker/README.md
T

34 lines
1011 B
Markdown

# Torn Vault Tracker
Track vault balances for shared private island vaults in [Torn City](https://torn.com/).
## Description
Uses the [Torn API](https://www.torn.com/api.html) to pul the most recent vault transactions for you and your spouse. Note that in order to access the "Log" endpoint, the keys used must be created with Full Access permissions.
## Getting Started
### Dependencies
* Any reasonable LAMP stack (developed on Ubuntu 20.04 with Apache and PHP 8.1.10)
### Installing
* Create folder in your server's web root, for example, 'tvt'
* Upload/clone this repo into your folder
* Edit `functions.php` to add API keys for you and your spouse
* Open the tracker in any web browser
* Style as you see fit in style.css (Optional, but if you make something cool, let ms know!)
### Automating the API requests (TK)
## Authors
Keith Solomon
[(ZarathosX75](https://www.torn.com/profiles.php?XID=2606457) on Torn)
## Version History
* 0.1
* Initial Release