Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruin0x11/pixiv.ex


https://github.com/ruin0x11/pixiv.ex

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pixiv.ex

An unofficial Pixiv client for Elixir.

## Disclaimer

This project uses undocumented API features, and thus may stop working at any time, get rate-limited, or even cause your Pixiv account to be banned. Use at your own discretion.

## Installation

Due to the nature of this project, it won't be added to Hex; as such, it must be added as a GitHub dependency.

```elixir
def deps do
[
{:percussion, github: "BlindJoker/Percussion"}
]
end
```

## License

This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license.