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

https://github.com/stashapp/scrapers-repo-template

Template for creating Stash scrapers source index
https://github.com/stashapp/scrapers-repo-template

scrapers stash stashapp template

Last synced: 10 months ago
JSON representation

Template for creating Stash scrapers source index

Awesome Lists containing this project

README

          

# Template for creating Stash scrapers source index

This template allows you to create a new repository with a few clicks with preconfigured GitHub action to publish your scrapers source index.
_This assumes you already know how to create scrapers for Stash. If you don't, first read [this](https://docs.stashapp.cc/in-app-manual/scraping/scraperdevelopment/)._

## How to use it?

1. Click **Use this template** > **Create a new repository**.
1. Choose a repository name and click **Create repository**.
1. Open **Settings** and head to **Pages**.
1. Under Build and deployment select the Source as GitHub Actions.

Now add your scrapers to [scrapers](/scrapers) directory and they will be automatically published to the source index.

Source index URL: [`https://.github.io//main/index.yml`](https://.github.io//main/index.yml)

## Share your scrapers

- [Create a new topic](https://discourse.stashapp.cc/t/-/146) for your scraper on the community forum.
- [Add your source index to the list](https://discourse.stashapp.cc/t/-/834) on the Stash community forum.

## License

The default license is set to [AGPL-3.0](/LICENCE). Before publishing any scrapers you can change it.