https://github.com/commanderfoo/warframe-ducat-tracker
Simple ducat tracking for Warframe. Uses existing ducats prices from the Wiki.
https://github.com/commanderfoo/warframe-ducat-tracker
ducats php warframe
Last synced: 8 months ago
JSON representation
Simple ducat tracking for Warframe. Uses existing ducats prices from the Wiki.
- Host: GitHub
- URL: https://github.com/commanderfoo/warframe-ducat-tracker
- Owner: CommanderFoo
- License: mit
- Created: 2019-01-12T15:04:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T23:19:00.000Z (over 6 years ago)
- Last Synced: 2025-01-28T20:23:37.747Z (over 1 year ago)
- Topics: ducats, php, warframe
- Language: PHP
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
## Warframe Ducat Tracker
Shows the ducat price of all items in relics.
Prices are pulled from the [Warframe Wiki](https://warframe.fandom.com/wiki/Ducats).
To update prices (i.e when a new prime is released), run this line.
```
net\pixeldepth\warframe\Warframe_Data :: fetch_data(true);
```

Uses [Twig](https://twig.symfony.com/) for templating.