All Projects → cwang22 → Buy All Steam Games

cwang22 / Buy All Steam Games

Licence: mit
see how much does it cost to buy all steam games

Projects that are alternatives of or similar to Buy All Steam Games

Burningknight
C# branch of BK
Stars: ✭ 251 (+128.18%)
Mutual labels:  game, steam
Galaxyofdrones
🚀 An open source multiplayer space strategy game.
Stars: ✭ 172 (+56.36%)
Mutual labels:  laravel, game
Rpg
Online Role Playing Game (based on Laravel)
Stars: ✭ 121 (+10%)
Mutual labels:  laravel, game
Saliengame idler
A Javascript Idler for the 2018 Steam Summer 'Salien' Minigame
Stars: ✭ 165 (+50%)
Mutual labels:  game, steam
Tikione Steam Cleaner
Steam/GOG/Origin games redistributable packages finder and remover. Available in 13 languages.
Stars: ✭ 418 (+280%)
Mutual labels:  game, steam
Salien Script Js
👽 A easy to install, run and update Node.js script for the Steam salien mini-game.
Stars: ✭ 181 (+64.55%)
Mutual labels:  game, steam
Opendominion
A text-based, persistent browser-based strategy game (PBBG) in a fantasy war setting
Stars: ✭ 155 (+40.91%)
Mutual labels:  laravel, game
Azuriom
Azuriom is a modern, reliable, fast and secure game CMS.
Stars: ✭ 135 (+22.73%)
Mutual labels:  laravel, game
Laravel Chartjs
Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library
Stars: ✭ 404 (+267.27%)
Mutual labels:  laravel, chartjs
Linux Steam Integration
Helper for enabling better Steam integration on Linux
Stars: ✭ 386 (+250.91%)
Mutual labels:  game, steam
Picodeploy
Deploy Pico-8 Carts as Standalone Applications on Desktop 🖥️(Electron) and Mobile 📱(Ionic) 📦👾
Stars: ✭ 153 (+39.09%)
Mutual labels:  game, steam
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-80.91%)
Mutual labels:  game, steam
Proton Caller
Run any Windows program through Proton
Stars: ✭ 130 (+18.18%)
Mutual labels:  game, steam
Steamsummerminigame
Steam Summer Sale 2015 - Auto-play Optimizer w/ Auto-Click
Stars: ✭ 184 (+67.27%)
Mutual labels:  game, steam
Hourboostr
Two programs for idling Steam game hours and trading cards
Stars: ✭ 372 (+238.18%)
Mutual labels:  game, steam
Steamapng
Generate APNG Images for Steam Game Covers
Stars: ✭ 23 (-79.09%)
Mutual labels:  game, steam
Steascree
SteaScree: Steam Cloud Screenshot Uploader
Stars: ✭ 91 (-17.27%)
Mutual labels:  game, steam
Kongqi laravel admin
快速laravel后台管理系统,集成了,图片上传,多图上传,批量Excel导入,批量插入,修改,添加,搜索,权限管理RBAC,验证码,插件一个综合完善后台,助你开发快人一步。
Stars: ✭ 109 (-0.91%)
Mutual labels:  laravel
Bwapi
Brood War API
Stars: ✭ 1,482 (+1247.27%)
Mutual labels:  game
Libgdx Ingameconsole
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stars: ✭ 108 (-1.82%)
Mutual labels:  game

Buy All Steam Games

中文

Ever wonder how much does it cost to buy all games from Steam?

You can check it out at http://steam.seewang.me

How does it work?

This application was inspired by http://buyallofsteam.appspot.com/, but it haven't been updated since 2014.

This application however is based on PHP and Laravel, and automatically fetch data daily.

API

You can hit http://steam.seewang.me/api to get the latest data. It should looks like this.

    [
        {
            "original": 233448.27,
            "sale": 229259.34,
            "cc": "US"
            "language": "english"
            "created_at": "2017-04-18 14:10:59"
        },
        ...
    ]

Installation

This application is based on Laravel 5.6, uses artisan command and schedule jobs.

    git clone https://github.com/cwang22/buy-all-steam-games.git
    git cd buy-all-steam-games
    composer install
    cp .env.example .env
    php artisan key:generate

Now you should fetch data for the first time, it may take about 10 minutes.

    php artisan fetch

Then you should setup cron jobs for Laravel, so prices can be fetched automatically, check official document for detail.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].