Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.57 KB

File metadata and controls

78 lines (52 loc) · 2.57 KB

Puzzle-english vocabulary parser

Puzzle-english vocabulary parser is application writes on Golang for export vocabulary from Puzzle-english site.

Download

MacOS Intel

MacOS Apple Silicon

Windows

Linux

Build

For manually building just download the repo and run build command.

MacOS (Intel)

GOOS=darwin GOARCH=amd64 go build -o builds/mac-os-intel/

MacOS (Apple Silicon)

GOOS=darwin GOARCH=arm64 go build -o builds/mac-os-apple-silicon/

Windows

GOOS=windows GOARCH=amd64 go build -o builds/windows/

Linux

GOOS=linux GOARCH=amd64 go build -o builds/linux/

Usage

Most likely, operation system will block the app due can't check a application publisher. You should give access for that.

Don't forget command chmod +x ./go-puzzle-english-vocabulary-parser for mac-os, I'm not sure about linux

image

Unfortunately, for using you should to pass your cookie from https://puzzle-english.com

For it follow the next steps:

image

  • Click on the button on webpage Показать еще/Show more
  • There will appear new log in Network section
  • Choose this item > Click to Header > Find and open Request headers > Find section cookie > Right click on it > Copy value

image

  • That's it. You can run app.

There aren't extra validations, so be careful with passed data.

Vocabulary

After the application running there will be created a new file vocabulary.csv in the same place where were run app, with all your dictionary.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT