Wrapper for https://prepareyourwallet.com/
Project description
Valvetronic
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 valvetronic
Usage
from valvetronic import Steam 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}'
)
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
File details
Details for the file steamsales-0.0.1.tar.gz.
File metadata
- Download URL: steamsales-0.0.1.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 |
51fb8ab7f3fda02d7c7aa16ba65ad5ce1133d23d87d9fd7498445edb09e72dbf
|
|
| MD5 |
3e86a0c02f6358ea68714065f42220ba
|
|
| BLAKE2b-256 |
47289b9cf7c15f7e17e7dd558641be68d17c95d85c8db08d252bed72f2c1cccd
|