Skip to content

horizonpedia/datamine_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horizonpedia Datamine Exporter

This tool exports the Animal Crossing: New Horizons datamine spreadsheet as json files.

Prerequisites

You need to a working Rust installation and a Google API key.

Installing Rust

See https://rustup.rs.

Google API key

Go to https://console.developers.google.com, create a new project, add/enable the spreadsheet API for it and then create an API key (not OAUTH). Create a file called .env in the project root and enter your API key there:

API_KEY=replace_me_with_your_api_key

Running

Just execute this in the project root:

cargo run

Optional Parameters

  • If you want to include the images in the download, execute:
cargo run -- --dl-images
  • If you want to get the Unique Ids from the Items on the spreadsheet ordered by Category, you can exectue:
cargo run -- --only-ids
  • You can also add prefixes and suffixes with executing:
cargo run -- --only-ids --id-prefix="your-prefix" --id-suffix="your-suffix"

It will create a folder called export, containing all the sheets in json format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages