• Stars
    star
    163
  • Rank 230,335 (Top 5 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 7 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

see how much does it cost to buy all steam games

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