Releases: agmmnn/nisanyan-cli
Releases · agmmnn/nisanyan-cli
v0.4.2
- using original api endpoint
- immigrate poetry
v0.4.0
- Add: nisanyanadlar support with
-ad
argument.
v0.3.1
- Add: plain text output argument:
--random
, -r
- fix: words with no etymology with the
--tree
argument cause error. -> "çar"
- fix: new lines.
- codebase refactor.
v0.3.0
- Selenium yerine artık sitenin endpoint sonucunu decode eden nisanyan-decrypt kullanılmaktadır, haliyle hız da oldukça arttı.
- Add: Random word argument --random, -r
v0.2.1
v0.2
- Add: Etymology tree argument --tree, -t #1

v0.2.1
- Fixed error due to langs.json, this file has been replaced by langs_list.py
v0.1
The website has been updated and dynamic pages are not working with requests, It has become necessary to use selenium. The base code has completely changed.
Selenium is now using to scrape the site, just download ChromeDriver and copy it to one of the system path directories or the directory where you run the code.
Yes, Selenium is slow for this job!
v0.0.2
- Added
-p
--plain
, "returns plain output" argument.
- Added colors to rich output, used
markup.escape
method for in-text square brackets.