smmryAPI
smmryAPI copied to clipboard
Python wrapper and CLI for text summarization app SMMRY.
Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Hi Dmitriy! Your SMMRY Python wrapper is amazing. I am a beginner trying to implement it for a project I am working on. In your example, you used a URL...
I want to be able to run `pip3 install smmryapi` and use this in all my projects. I appreciate that all the tough work of the API implementation is done...