项目作者: mpolden

项目描述 :
Steam wishlist scraper
高级语言: Python
项目地址: git://github.com/mpolden/steamsale.git
创建时间: 2011-12-23T22:36:42Z
项目社区:https://github.com/mpolden/steamsale

开源协议:

下载


steamsale

Build Status

A Python script for retrieving your Steam wishlist.

It can be combined with a crontab and send notifications if there are any items
in your wishlist that are currently on sale.

Usage

  1. $ python steamsale.py
  2. usage: steamsale.py [OPTIONS] steam_id
  3. -h, --help Display usage
  4. -s, --sale Show only items that are on sale
  5. -c, --colors Use colors in output
  6. -d, --dump Dump dictionary

You’ll need your Steam ID from the wishlist URL:

  1. http://steamcommunity.com/profiles/[this_one]/wishlist

Dependencies

Create and initialize virtualenv:

  1. virtualenv venv
  2. source venv/bin/activate

Install dependencies:

  1. pip install -r requirements.txt