paul-tqh-nguyen / arxiv_as_a_newspaper

arxiv.org portrayed as if it were a news paper.
0 stars 0 forks source link

-write-etl-results-to-file functionality still valid? #50

Closed paul-tqh-nguyen closed 5 years ago

paul-tqh-nguyen commented 5 years ago

./arxiv_as_a_newspaper.py -write-etl-results-to-file <destiation.json>

Is this still valid? If not, let's remove it. There's no point in supporting this since we've discovered that arXiv has an API :(

paul-tqh-nguyen commented 5 years ago

https://github.com/paul-tqh-nguyen/arxiv_as_a_newspaper/commit/61d7879d0f20f05ee11901976168ecead3c744aa

Looks like we didn't support it or stub it out:

pnguyen@pnguyenmachine:~/code/arxiv_as_a_newspaper$ grep -ri "results.to.file"
README.md:./arxiv_as_a_newspaper.py -write-etl-results-to-file <destiation.json>
front_end/node_modules/eslint/lib/cli-engine.js:     * Outputs fixes from the given results to files.
pnguyen@pnguyenmachine:~/code/arxiv_as_a_newspaper$