Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.33 KB

TODO.md

File metadata and controls

34 lines (31 loc) · 1.33 KB

TODO | NHKore

[vY]

  • Add the ability to scrape/sift the regular news
    • Use the futsuurls from the easy news (in addition to bing)
    • Look up the kana/pronunciation using some gem?
    • Move easy-specific options to the easy sub commands (like nhkore news --no-dict)
  • Add the ability to add translations using some dictionary gem?
    • At first, just English

[vX]

  • Save the News (scraped articles) faster
    • Either by seek to end, and then write new data or by using multiple files?
  • Make sifting faster somehow? Multiple threads?
    • Multiple threads option for other compatible commands as well (global option)?
  • Add clean command to clean up sifted data better?
    • Will need additional Japanese gems

[v1.0.0]

  • news command
  • sift command (output to CSV file)
  • Add --no-color option
  • Add files to release (zipped)
    • Manually download Google results and scrape them
      • Ensures have all article links
  • get command for downloading release files
  • Add sift HTML output to my GitHub Pages
  • Finish fleshing out README
    • Add a section for non-coders (non-power-users) to README
    • Create & add asciinema links
  • Create tests
    • Add to CI
  • Add documentation to code
  • Make stable & dev branches