An Elixir web crawler for Digimon Digi-Battle card game data.
- Elixir 1.17.2
- Erlang/OTP 26
Your mileage may vary with other versions of Elixir/OTP.
git clone https://github.com/stevetoro/digi-battle-crawler.git
cd digi-battle-crawler
iex -S mix run -e "Crawly.Engine.start_spider(DigiBattleCrawler)"
The card data and images will be put in the tmp
directory at the project root.