Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/simounet/steam-screenshots-publisher

Library to get screenshots from your Steam local folder and organize it nicely to publish these files easily.
https://github.com/simounet/steam-screenshots-publisher

cli publisher screenshots steam

Last synced: about 1 month ago
JSON representation

Library to get screenshots from your Steam local folder and organize it nicely to publish these files easily.

Awesome Lists containing this project

README

        

# Steam Screenshots Publisher

## About

This is a library to get screenshots from your Steam local folder and organize it nicely to publish these files easily.

## How to use it

Look at the `sample.php` file for quickstart example.

### With composer

Get this code from composer:

``` php
composer require simounet/steam-screenshots-publisher
```

Use composer's autoloading:

``` php
require __DIR__ . '/vendor/autoload.php';
```

### Without composer

- Checkout this repo into your sources,
- Include the `src/Publisher.php` file

``` php
include('src/Publisher.php');
```

## Author & Community

This code is:
- Maintained by [Simounet](https://www.simounet.net),
- Provided without any warranty of any kind, under the [AGPL-3.0](https://opensource.org/licenses/AGPL-3.0).