Skip to content

Commit

Permalink
Reverse list order
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Oct 19, 2023
1 parent ddefdc1 commit 71a0977
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions beginner-guides/guide-to-scraping.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ If you haven't set up StashDB in your Stash settings yet, now's the time to do i

1. Go to [https://stashdb.org/register](https://stashdb.org/register){:target="_blank"} to create a new account using one of the invite codes pinned to **#stashdb-invites**.
- If all of the codes are used/expired politely ask them to be refreshed in **#stashdb-invites**. A few other elevated users can also generate an invite code for you.
1. Once you're logged in to StashDB, click on your username at the top next to **Logged in as**.
1. Copy your unique **API key**.
1. Go to the **Settings** page in Stash ([http://localhost:9999/settings](http://localhost:9999/settings){:target="_blank"} by default), click **Metadata Providers** on the left side and find **Stash-box Endpoints** at the top.
1. Click **Add** and fill out the form that pops up: paste in your API key from step #3, enter `stashdb.org` (or anything else you'd like) for **Name**, and enter `https://stashdb.org/graphql` as the **GraphQL endpoint**
1. Click **Test Credentials** to make sure you've entered everything correctly, then click **Confirm**.
2. Once you're logged in to StashDB, click on your username at the top next to **Logged in as**.
3. Copy your unique **API key**.
4. Go to the **Settings** page in Stash ([http://localhost:9999/settings](http://localhost:9999/settings){:target="_blank"} by default), click **Metadata Providers** on the left side and find **Stash-box Endpoints** at the top.
5. Click **Add** and fill out the form that pops up: paste in your API key from step #3, enter `stashdb.org` (or anything else you'd like) for **Name**, and enter `https://stashdb.org/graphql` as the **GraphQL endpoint**
6. Click **Test Credentials** to make sure you've entered everything correctly, then click **Confirm**.

# Use the Scene Tagger

Expand Down

0 comments on commit 71a0977

Please sign in to comment.