#metadata #tracker #html-parser #modarchive

modark

Simple library to get and parse Mod Archive module data (forked from trackermeta by vivyir for a Discord bot)

2 releases

0.5.2 Mar 11, 2024
0.5.1 Mar 11, 2024

#211 in Compression

42 downloads per month

MPL-2.0 license

18KB
251 lines

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

Install

It's basically just like any other Rust crate.

cargo add modark

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

Dependencies

~4.5MB
~110K SLoC