Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/kiki
https://github.com/ruin0x11/kiki
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruin0x11/kiki
- Owner: Ruin0x11
- Created: 2019-12-25T06:49:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T17:41:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:12:17.917Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kiki
A Danbooru2 to [szurubooru](https://github.com/rr-/szurubooru) mass post importer. Automatically adds new tags if they are missing.## Notes
- The code is specific to my needs and hardcodes a few constants. It is provided as-is. More work is needed for out of the box use.
- The necessary tags that Danbooru2 provides must be set up in szurubooru first before importing anything.
- Only the Danbooru2-to-szurubooru scenario is fully supported. There is preliminary code for using a few other sites as sources.
- Since szurubooru does not support pools or artist commentary, there is no ability to import them yet.## Usage
```
bundle install
bundle exec rake jobs:work# example import task, needs customization
bundle exec import:execute
```