1.0.5 • Published 3 years ago

influence-asset-export v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

influence-asset-export

Export Influence asteroids through a command line interface 🚀

Uses adalia.info to generate the asteroid exports. Visit the site to check when the data was last refreshed.

Usage

Install the npm package (install Node.js if needed)

npm install -g influence-asset-export

Check the available integrated help:

influence-asset-export -h

Examples

Export all asteroids as CSV

influence-asset-export --mode all --format csv -a rocks.csv

Export asteroids owned by a list of addresses as JSON

cat addresses.txt | influence-asset-export --mode owners --format json --asteroid-export-file rocks.json

The addresses are provided through STDIN with each address on its own line. The export will then contain all asteroids that are owned by any of the given addresses.

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago