Basic tool for getting definition of a word from Oxford dictionary.
- Elixir 1.15+
git clone [email protected]:dargonaxxe/oxford_dictionary_scrapper.git oxscrapper
cd oxscrapper
mix deps.get && mix deps.compile
OUTPUT_DIR=output MIX_ENV=prod mix escript.build
Currently, OxScrapper only supports semicolon separated words contained in a file. Other formats support is yet to come.
echo "bread;duck;dog;silver" > input.csv
./scrapper input.csv output.csv