Wrapper for CrackWatch API
Project description
CrackWatchers
This is a simple wrapper of CrackWatch, maybe.
Installation:
pip install crackwatchers
Usage:
So, you can get imformation about Cracked/Uncracked/Unreleased games. For each type of status game you can make an import.
Cracked Games
from crackwatchers import CrackedGames
info = CrackedGames() #page=0, count=0, sort_by='release_date', is_aaa='false'
print(info.get_title) #Space Live - Advent of the Net Idols
print(info.get_slug) #space-live-advent-of-the-net-idols
print(info.get_release_date) #2019-11-26
print(info.get_crack_date) #2019-11-26
print(info.get_cracked_after) #0 day
print(info.get_version) #[]
print(info.get_scene_group) #DARKZER0
print(info.status) #CRACKED
print(info.get_protection) #['steam']
print(info.get_price) #N/A
print(info.get_image) #https://b2.crackwatch.com/file/crackwatch-temp/6yinhqp7c.jpg
print(info.get_poster) #https://b2.crackwatch.com/file/crackwatch-temp/ajqh7aopd.jpg
print(info.is_aaa) #False
print(info.get_comments_count) #0
print(info.get_followers_count) #0
print(info.get_price) #N/A
print(info.get_id) #6s8aESAWtchQPXfsc
print(info.get_url) #https://crackwatch.com/game/space-live-advent-of-the-net-idols
Uncracked Games
from crackwatchers import UncrackedGames
info = UncrackedGames(count=2, is_aaa='true') #page=2, count=0, sort_by='release_days', is_aaa='true'
print(info.get_title) #Red Dead Redemption 2
print(info.get_slug) #red-dead-redemption-2
print(info.get_release_date) #2019-11-05
print(info.get_date_counting) #22 days
print(info.get_protection) #Rockstar
print(info.get_version) #['false']
print(info.get_image) #https://b2.crackwatch.com/file/crackwatch-temp/ll3zu7ffh.jpg
print(info.get_poster) #https://b2.crackwatch.com/file/crackwatch-temp/y0zccxi9d.jpg
print(info.is_aaa) #True
print(info.get_comments_count) #81392
print(info.get_followers_count) #61947
print(info.get_status) #UNCRACKED
print(info.get_id) #NsTb69wT9ap7v9rut
Unreleased Games
from crackwatchers import UnreleasedGames
info = UnreleasedGames(page=1, count=18, is_aaa='true') #page=1, count=18, sort_by='release_date', is_aaa='true'
print(info.get_title) #Cyberpunk 2077
print(info.get_slug) #cyberpunk-2077
print(info.get_release_date) #2020-04-16
print(info.get_counting) #141 days
print(info.get_protection) #['NO-DRM']
print(info.get_version) #[]
print(info.get_image) #https://b2.crackwatch.com/file/crackwatch-temp/86ygvr7lh.jpg
print(info.get_poster) #https://b2.crackwatch.com/file/crackwatch-temp/guf7c6okt.jpg
print(info.is_aaa) #True
print(info.get_comments_count) #5179
print(info.get_followers_count) #40309
print(info.get_url) #https://crackwatch.com/game/cyberpunk-2077
print(info.get_id) #mnuALvwHfec8stGHX
print(info.status) #UNRELEASED
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
CrackWatchers-0.1.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file CrackWatchers-0.1.tar.gz
.
File metadata
- Download URL: CrackWatchers-0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 282b57d88f3c40cc95b3d55304e79bb63fa2a142ec4701260c790022b84fa6da |
|
MD5 | eafb4b70b79b70953c055ca03e4d7fe1 |
|
BLAKE2b-256 | f3ab35f617989e498b537322c54b6794bbd4b45c33613eca9d6029a7ce39f8b7 |
File details
Details for the file CrackWatchers-0.1-py3-none-any.whl
.
File metadata
- Download URL: CrackWatchers-0.1-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a28f3fc62f74a6bef81d594d78621aeee8712adfeb2a2aae4ab48b9cecd862d |
|
MD5 | 01077efbf834811c2b65c635f91ea3a2 |
|
BLAKE2b-256 | c585f8356793ea487dc61f3ff044d6a43aef7987cc927db277e8c280b145ad7e |