An open API service indexing awesome lists of open source software.

https://github.com/aeonitis/scratch

A weekend project... on the third day, I made it user-friendly.
https://github.com/aeonitis/scratch

Last synced: 3 months ago
JSON representation

A weekend project... on the third day, I made it user-friendly.

Awesome Lists containing this project

README

          

# scratch

Yes, that's the name, I couldn't help myself (><_<>)
![This is an alt text.](https://i.imgur.com/SmZwHcg.jpeg "She scratches.")

This repository is a CLI (Command Line Interface) to manage your purchased user games from an the awesome indie store [itch.io](https://itch.io). Please note that depending on the size of your library the amount of time for setup may even take up to 20 minutes.

There are only three main scripts in this repository:
- `_setup.py` for setting up your library.
- `_query.py` for querying your library.
- `_scratch.py` for managing your titles.

## Prerequisites

Before running the scripts, your computer MAY need the following:
- Python 3.8 or later
- `requests` library installed
- `beautifulsoup4` library installed
- a user which ran python scripts before

You can install the required libraries using pip:

```bash
pip install -r requirements.txt
```

## TODO
- Multithreading for faster setup
- Better setup for optimal SQL Queries
- And much more...

# Regrets

Not calling this SCRATCHME.md