Class: IEEEPaperDownloader::CLI
- Inherits:
-
Thor
- Object
- Thor
- IEEEPaperDownloader::CLI
- Defined in:
- lib/ieee_paper_downloader/cli.rb
Constant Summary collapse
- INTERVAL =
sec
3
Instance Method Summary collapse
Instance Method Details
#csv(csv_file_path) ⇒ Object
13 14 15 16 |
# File 'lib/ieee_paper_downloader/cli.rb', line 13 def csv(csv_file_path) articles = IEEEPaperDownloader.read_csv(csv_file_path) download_paper(articles) end |
#download(keyword) ⇒ Object
7 8 9 10 |
# File 'lib/ieee_paper_downloader/cli.rb', line 7 def download(keyword) articles = search(keyword) download_paper(articles) end |