Skip to content

cominixo/pycrackwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycrackwatch

A simple wrapper for the crackwatch API (https://crackwatch.com/api)

Installing

To install pycrackwatch just run

pip install pycrackwatch

Testing

The tests are located inside the tests folder, to run them with pytest use

py.test tests

Usage

>>> import pycrackwatch
>>> games = pycrackwatch.getGames()
>>> cracks = pycrackwatch.getCracks()
>>> games[0].title
'F1 2018'
>>> cracks[0].title
'F1.2018-CODEX'

To see more properties check models.py on the pycrackwatch folder.

About

Python wrapper for the Crackwatch API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages