Metadata-Version: 2.1
Name: grrif_tools
Version: 0.5.1
Summary: An unofficial set of tools for Cool Cats™.
Home-page: https://fetzu.ch/
Download-URL: https://github.com/fetzu/grrif_tools
Author: Julien 'fetzu' Bono
License: License :: OSI Approved :: MIT License
Project-URL: Homepage, https://github.com/fetzu/grrif_tools
Project-URL: Bug Tracker, https://github.com/fetzu/grrif_tools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# GRRIF Tools

A set of tools for Cool Cats™. Allows you to archive GRRIF's play history to a SQLite database or text files, ~~and scrobble it to last.fm~~ (upcoming).

```
usage: grrif_tools [-h] {archive,scrobble} ...

A set of tools for Cool Cats™. Allows you to archive GRRIF's play history and scrobble it to last.fm (upcoming).

positional arguments:
  {archive,scrobble}
    archive           Archive GRRIF's play history.
    scrobble          Scrobble to Last.fm.

options:
  -h, --help          show this help message and exit
  ```
  
  **NOTE:** This package is unofficial and meant mostly as a playground to experiment with some new things (argparse, python packaging, etc...). Please do not DDoS GRRIF's website !
