English | 中文
100% Orange Juice Stats
This project is an enhanced version of orange-juice-stats.
I build this repo in order to make it easier to look up global stats and player stats.
Deploying it on 100oj.com making it part of the many Orange Juice tools available, in early 2021.
- PHP 7.0 or higher
- Get your api key on Steam. And set it in
config.php
. - (optional) If you use the content under renders/ to render images, set up imagick.
Run php -v
to see what version of PHP you have on the machine.
sudo apt-get install php<your-php-version>-gd
,
e.g. sudo apt-get install php8.1-gd
.
sudo apt-get install php<your-php-version>-imagick
,
e.g. sudo apt-get install php8.1-imagick
.
global.php for global stats
player.php for player stats
render.php
for generate image of player stats.
https://interface.100oj.com/stat/render.php?steamid=<steamid>
or https://interface.100oj.com/stat/render.php?steamid=<steamid>&limit=<rows>&render=<typeid>
steamid=
is your steam 64bit id, like 7656xxxxxxxxxxxxx.
limit=
is the number of rows, can be 0~80+.
render=
is the type of render, can be 0~8.