Recent Releases of waybackpy
waybackpy - v3.0.6
What's Changed
- Add CITATION.cff by @eggplants in https://github.com/akamhy/waybackpy/pull/166
- Add typed marker (PEP561) by @eggplants in https://github.com/akamhy/waybackpy/pull/167
- Fix cff format by @eggplants in https://github.com/akamhy/waybackpy/pull/168
- Update CITATION.cff by @akamhy in https://github.com/akamhy/waybackpy/pull/169
- v3.0.6 by @akamhy in https://github.com/akamhy/waybackpy/pull/170
Full Changelog: https://github.com/akamhy/waybackpy/compare/3.0.5...3.0.6
- Python
Published by akamhy almost 4 years ago
waybackpy - v3.0.4
What's Changed
- Move metadata from init.py into setup.cfg by @eggplants in https://github.com/akamhy/waybackpy/pull/153
- add sort param support in CDX API class by @akamhy in https://github.com/akamhy/waybackpy/pull/156
- Add sort, use_pagination and closest by @akamhy in https://github.com/akamhy/waybackpy/pull/158
- Cdx based oldest newest and near by @akamhy in https://github.com/akamhy/waybackpy/pull/159
Full Changelog: https://github.com/akamhy/waybackpy/compare/3.0.3...3.0.4
- Python
Published by akamhy about 4 years ago
waybackpy - v3.0.3
What's Changed
- Dropped Python 3.4 to 3.6, both inclusive.
- Catch 429 and 509 status code for save page now API
- Increase the default CDX limit from 5000 to 25000 records per API call.
- Added type hint
- The package will now close the sessions explicitly.
- Removed useless code.
- Added docstrings.
New Contributors
- @eggplants made their first contribution in https://github.com/akamhy/waybackpy/pull/124
- @deepsource-autofix made their first contribution in https://github.com/akamhy/waybackpy/pull/145
Full Changelog: https://github.com/akamhy/waybackpy/compare/3.0.2...3.0.3
- Python
Published by akamhy about 4 years ago
waybackpy - v3.0.1
What's Changed
- escape '.' before 'archive.org' by @akamhy in https://github.com/akamhy/waybackpy/pull/112
- Update setup.py by @rafaelrdealmeida in https://github.com/akamhy/waybackpy/pull/114
- do not use f-strings in setup.py by @akamhy in https://github.com/akamhy/waybackpy/pull/115
New Contributors
- @rafaelrdealmeida made their first contribution in https://github.com/akamhy/waybackpy/pull/114
See also https://github.com/conda-forge/staged-recipes/pull/17634 and https://github.com/conda-forge/staged-recipes/pull/17634#issuecomment-1021208697 Full Changelog: https://github.com/akamhy/waybackpy/compare/3.0.0...3.0.1
- Python
Published by akamhy about 4 years ago
waybackpy - v3.0.0
What's Changed
- 3 different APIs have now 3 different classes, WaybackMachineCDXServerAPI, WaybackMachineSaveAPI and WaybackMachineAvailabilityAPI.
- CLI now supports the CDX API.
- The past Url class will be continued to be supported, don't need to worry that your old code will break.
- Get is now deprecated, it was a bad idea even trying to add tasks meant for urllib.
Full Changelog: https://github.com/akamhy/waybackpy/compare/2.4.4...3.0.0
- Python
Published by akamhy about 4 years ago
waybackpy - v2.4.2
- added CLI Arg --file, if this Arg is not used with known URLs than waybackpy will not save the output URLs in file.
- added cached_save flag on waybackpy URL object, if the returned saved archive is older than 3 mins the flag is true else false.
- BUG FIX : the CLI --json arg was not returning valid JSON instead JSON loaded python dict. This is now fixed.
- Python
Published by akamhy about 5 years ago
waybackpy - v2.4.1
- Change str repr of cdxsnapshot to cdx line
- Support unix ts as an arg in near
- Don't fetch more pages if >=2 pages are empty, Pagination API
- Don't use pagination API if total pages <= 2
- The Cdx method get() now gets the last fetched archive by default
- Python
Published by akamhy about 5 years ago
waybackpy - v2.3.0
- Now using requests package instead of urllib.request. requests package is bettor for handling unusual redirects and other issues.
- Now using threading for checking live URLs.
- Improve code quality and formatting.
- And now we also have a new cool logo.
- Docs are no longer hosted on readthedocs, but https://akamhy.github.io/waybackpy/
- Python
Published by akamhy about 5 years ago
waybackpy - v2.2.0
Changes:
- Added archive_url and --archive_url in the wrapper and CLI respectively. This just is an alias for the newest method.
- All the return types of archive URLs are not strings anymore but instance of the Url class.
- Added JSON and --json in the wrapper and CLI respectively. Used to read the API response of the avialiblity API.
- the len() method on Url objects will now return the age of the archive.
- Python
Published by akamhy over 5 years ago
waybackpy - version 1.2
support for get() fix bug with near()
- Python
Published by akamhy almost 6 years ago
waybackpy - First release - waybackpy
First release of waybackpy !
- Python
Published by akamhy almost 6 years ago