Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 941 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 941 Bytes

Philomena Copier

Copies images from one Philomena booru to another

Requires an account on both the source and target booru to use API keys.

Requires .NET Core 3.1 Runtime

Notes

  • The filter you have set on the source booru will be used when copying. Anything hidden will not be copied.
  • Images that have already been uploaded will be skipped if they are an exact match. This is always the case if the image already came from the same source booru.
  • Any query works, even my:upvotes, my:uploads, my:watched, etc.

Tips

To speed up inputting the booru urls and keys, you can type the following (replacing placeholders) and copy-paste it into the terminal. It will input each line in order automatically. Make sure there is a newline at the end or the last one won't enter automatically.

<sourceBooruUrl>
<sourceApiKey>
<targetBooruUrl>
<targetApiKey>