Skip to content

dargonaxxe/oxford_dictionary_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxScrapper

Basic tool for getting definition of a word from Oxford dictionary.

Prerequisites

  • Elixir 1.15+

Prepare

git clone [email protected]:dargonaxxe/oxford_dictionary_scrapper.git oxscrapper 
cd oxscrapper
mix deps.get && mix deps.compile

Build

OUTPUT_DIR=output MIX_ENV=prod mix escript.build

Use

Prepare input file

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

Use OxScrapper

./scrapper input.csv output.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages