Skip to content

lutogin/puzzle-english-dictionary-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published