Skip to content

Releases: agmmnn/nisanyan-cli

v0.4.4

08 Oct 15:48
Compare
Choose a tag to compare
  • fix -ad argument
  • add more data from nisanyanadlar.com
    • gender ratio
    • frequency by year

v0.4.3

31 Dec 18:54
Compare
Choose a tag to compare

fix: nisanyanadlar api

v0.4.2

23 Dec 13:25
Compare
Choose a tag to compare
  • using original api endpoint
  • immigrate poetry

v0.4.1

19 Dec 22:53
Compare
Choose a tag to compare
  • fix api data object

v0.4.0

19 Dec 22:07
Compare
Choose a tag to compare
  • Add: nisanyanadlar support with -ad argument.

v0.3.1

21 May 13:07
Compare
Choose a tag to compare
  • 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

13 May 12:28
Compare
Choose a tag to compare
  • 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

22 Apr 18:38
Compare
Choose a tag to compare

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

11 Apr 22:54
Compare
Choose a tag to compare

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

03 Oct 14:39
Compare
Choose a tag to compare
  • Added -p --plain, "returns plain output" argument.
  • Added colors to rich output, used markup.escape method for in-text square brackets.