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
Post a Comment