Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruin0x11/pixiv.ex
https://github.com/ruin0x11/pixiv.ex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruin0x11/pixiv.ex
- Owner: Ruin0x11
- License: mit
- Created: 2020-06-13T07:56:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T19:10:53.000Z (over 3 years ago)
- Last Synced: 2024-10-15T06:07:36.023Z (3 months ago)
- Language: Elixir
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.