This is a data retrieval scraper to pull Destiny 2 player player data, their state, and activity history among others. It's purpose written for a specific use-case (generate timeseries data for retention analysis) but can be utilised for other purposes.
Retrieve a user's characters including light, and base stats:
./dest_data user plasticmice
If available in Hex, the package can be installed
by adding dest_data to your list of dependencies in mix.exs:
defdepsdo[{:dest_data,"~> 0.1.0"}]endmix deps.get
mix escript.build
mix test
mix dialyzer