Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions plugins/e621_tagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ Go to Tasks -> e621_tagger -> Press Tag Everything

## Configuration

You can configure which tags it will skip. By default, it will skip `e621_tagged` tag
- You can configure which tags it will skip. By default, it will skip `e621_tagged` tag.
- e621 requires UserAgent to be set in this format: `Project/1.1 (by yourname on e621)`, otherwise, it will block requests with 403.

## Rate limit

Be aware, that e621 has rate limit. In script it's hardcoded 2 seconds on wait time

## Changelog
#### 0.7
- Breaking changes: now you have to configure extra fields:
- Delay between e621 requests in milliseconds
- List of tags to skip (comma separated)
- e621 User-Agent
- Fixed 403 on e621 requests. Now e621 requires UserAgent to be set in this format: `Project/1.1 (by yourname on e621)`. Generic or browser-like strings are rejected with 403. Default - `Stash-e621-Tagger/1.1 (by anonymous on e621)`
Loading
Loading