I'm not sure if this API wrapper is still being actively maintained.
Running pip install NYTimesArticleAPI results in this error.
Collecting NYTimesArticleAPI
Could not find a version that satisfies the requirement NYTimesArticleAPI (from versions: )
No matching distribution found for NYTimesArticleAPI
EDIT:
Temporary workaround by installing via pip locally
pip install -e <Path to NYTimesArticleAPI>
I'm not sure if this API wrapper is still being actively maintained.
Running pip install NYTimesArticleAPI results in this error.
EDIT:
Temporary workaround by installing via pip locally