Caching python web requests for offline use -


is there way "cache" requests make python "requests" module in way if go offline module still returns webpage if online? how can achieve this? found caching libraries cache webpage still have online...

i think can use request_cache module available.

please check http://requests-cache.readthedocs.org/en/latest/user_guide.html

once cache using request_cache data available if disconnected.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -