Wrapper for PrepareYourWallet
Project description
Steam Sales
Python API Wrapper for PrepareYourWallet service.
What is PrepareYourWallet?
See when the next Steam Sale will start and how long remains with our countdown timer. PrepareYourWallet.com is tracking all type of sales on the Steam Store such as holiday, lunar new year, summer, halloween and fall sale.
Valve don’t tend to announce their sales in advance. However, by looking at the previous years we can approximately predict when the next one will be. Sometimes, dates can also leak from multiple sources like PayPal.
Requirements
requests - required.
lxml - required.
bs4 - required.
Installation
pip3 install steamsales
Usage
from steamsales import info as s
print(
f'Sale Name: {s.sale_name}' +
f'Start Date: {s.start_date}' +
f'End Date: {s.end_date}' +
f'Countdown: {s.countdown}' +
f'Status: {s.status}'
)
Changes
0.2 (10.12.2021)
- Some minor fixes
0.1 (07.12.2021)
- Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
steamsales-0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file steamsales-0.2.tar.gz.
File metadata
- Download URL: steamsales-0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972589c9ba98d1fce87fac693a2a450074bf1f5d2d2204344eee30deb41cbcdf
|
|
| MD5 |
4d83eaa4cfefd5932dd2058161a82521
|
|
| BLAKE2b-256 |
53b618803ca71ea1c666ed8f25d4f2d75c080f2f7d1b583e9870be84fb9062d5
|