youmu257 / DiscountSteamGames

Discount steam games list display by jQuery and use the framework of Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam game list

Introduction

  • Display special game list which sort by discount on Steam

Requirements

If you want run this project, the requirements are as follows:

  • Python 3
  • MySQL
  • Django

Usage

  1. Use SteamGameListCrawler to get the game list and write to database. Run the command python SteamGameListCrawler.py --db
  2. Start the Django server. Run the command python manage.py runserver 0.0.0.0:8000
  3. Open the browser and go to "http://localhost:8000". You can see the special game list.

About

Discount steam games list display by jQuery and use the framework of Django.

License:MIT License


Languages

Language:Python 80.1%Language:HTML 19.1%Language:CSS 0.8%