An application that parses random books and builds a collection that can then be exported to a JSON file.
Usage instruction:
- Set the value of the number of books (1 to 200)
- Set a limit on the year of release. Books that were released earlier than the specified year will be skipped
- Press the "Run" button
- Wait until a window appears with a message about the completion of the operation
- To export the resulting collection, click the "Export" button
Also in the status bar you can see information about the work of the parser.
Parsing is done asynchronously.
P.S. At the moment, the application is not stable. Sometimes errors are possible, which can be solved by restarting the application. In the future, all bugs will be fixed