Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/to_booru
Converts URLs to Szurubooru uploads
https://github.com/ruin0x11/to_booru
Last synced: about 1 month ago
JSON representation
Converts URLs to Szurubooru uploads
- Host: GitHub
- URL: https://github.com/ruin0x11/to_booru
- Owner: Ruin0x11
- Created: 2020-06-13T10:59:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T19:46:03.000Z (over 3 years ago)
- Last Synced: 2024-10-15T06:07:25.125Z (3 months ago)
- Language: Elixir
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to_booru
Extracts image metadata from multiple different services and converts them to a szurubooru-compatible upload format.
## Usage
``` elixir
ToBooru.extract_uploads("https://danbooru.donmai.us/posts/1") # [%ToBooru.Model.Upload{}]
```