https://github.com/mistercalvin/steamid-lookup
Simple web frontend for querying SteamID details
https://github.com/mistercalvin/steamid-lookup
php steam steamid steamid3 steamid64
Last synced: 3 months ago
JSON representation
Simple web frontend for querying SteamID details
- Host: GitHub
- URL: https://github.com/mistercalvin/steamid-lookup
- Owner: MisterCalvin
- License: mit
- Created: 2024-06-26T00:35:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T00:45:33.000Z (11 months ago)
- Last Synced: 2024-06-26T01:54:48.214Z (11 months ago)
- Topics: php, steam, steamid, steamid3, steamid64
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SteamID Lookup

\
Simple frontend for querying SteamID information using [xpaw/SteamID.php](https://github.com/xPaw/SteamID.php)## Requirements
- [Docker](https://docs.docker.com/engine/install/)
- [Steam Web API Key](https://steamcommunity.com/dev)## Quickstart
```
docker run -d \
--name=steamid-lookup \
-e TZ="UTC" \
-e STEAM_API_KEY="" \
-p 8080:80 \
--restart unless-stopped \
ghcr.io/mistercalvin/steamid-lookup:latest
```## Notes
### What works
- Inputting a SteamID, SteamID3, SteamID64, or CustomURL will return user details
- Dark / Light mode toggle### What does not work
- Direct link to SteamID does nothing (will load main page only)
- No API currently in place
- Some user locations will show up incorrectly
- Redis support not functional## Current credits
[xPaw/SourceQuery](https://github.com/xPaw/PHP-Source-Query) - PHP Source Query class
[TrafeX/docker-php-nginx](https://github.com/TrafeX/docker-php-nginx) - tiny NGINX 1.24/PHP-FPM 8.3 Dockerfile
[NginxProxyManager/nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager) - [block-exploits.conf](docker/nginx/config/conf.d/include/block-exploits.conf)
[https://www.svgrepo.com/](https://www.svgrepo.com/) - icons
[steamid.io](https://steamid.io/lookup) - influenced UI