lutogin / puzzle-english-dictionary-parser

Parse your dictionary from Puzzle-English

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

If you use puzzle-english and you need to get words from your vocabulary, you don't have this functionality. This app solve that problem.

Preparing

Put you session data from puzzle-english to the .env file

Running the app (local)

# run at local
$ npm install
$ npm run build
$ npm run start

Running the app (docker)

# run at docker
$ docker-compose up pe-parser

Using

Main endpoint for run parsing is GET to http://127.0.0.1:3000/pe-parser Also you can add additional params startPage and endPage if you need some special words to parse. Example http://127.0.0.1:3000/pe-parser?startPage=4&endPage=5 Default puzzle-english use order by date add to your vocabulary.

After run script you see your words and translations into out directory inside the app.

Feature

Maybe, if I will have a time I will add integration to google spreadsheet.

Stay in touch

License

It's MIT licensed.

About

Parse your dictionary from Puzzle-English


Languages

Language:TypeScript 91.2%Language:JavaScript 6.4%Language:Dockerfile 2.4%