/modark

small library to parse module metadata from the website The Mod Archive (forked to use the Mod Archive XML API instead of HTML parsing, the backport branch will be what I give back to the original trackermeta repo)

Primary LanguageRustMozilla Public License 2.0MPL-2.0

Modark

license standard-readme compliant Crates.io Crates.io

This is a simple library crate that helps with scraping metadata via from the website called Mod Archive directly using the XML API. This project is forked from trackermeta by vivyir which has the same general idea but uses HTML parsing instead.

Table of Contents

Usage

Important

You'll have to request an API key from the Mod Archive forums before you attempt to use this crate, otherwise you'll always get an invalid request error. Please be sure to also donate to the Mod Archive's hosting fund if you use this for any significant amount of time!

(proper example coming soon)

Check out the examples directory on the GitHub repo for all examples using the library!

Maintainers

@RepellantMold

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MPL 2.0 © 2024 RepellantMold