Skip to main content

Convert Divine-Pride API data to rAthena YAML

Project description

dp2rathena: Divine-Pride API to rAthena

PyPI TravisCI Status

Convert Divine-Pride API data to rAthena DB formats (item_db.yml).

Requirements

  • Python 3.7+

Installation

pip install dp2rathena

Usage

Generate a divine-pride.net API key if you don't have one yet.

# Fetch items with id 501 and 1101
dp2rathena item --api-key <your-api-key> -i 501 -i 1101

Alternatively, you can use an environment variable to pass your API key:

export DIVINEPRIDE_API_KEY=<your-api-key>
dp2rathena item -i 501 -i 1101

Contributing

This project uses poetry to manage the development enviroment.

  • Setup a local development environment with poetry install.
  • Run tests with poetry run pytest
  • Execute script with poetry run dp2rathena

Changelog

See CHANGELOG.md

License

See LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dp2rathena-0.1.1.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

dp2rathena-0.1.1-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page