Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simounet/steam-screenshots-publisher
- Owner: Simounet
- License: agpl-3.0
- Created: 2017-04-11T18:24:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T20:34:16.000Z (over 7 years ago)
- Last Synced: 2024-04-17T11:50:25.675Z (7 months ago)
- Topics: cli, publisher, screenshots, steam
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).