81162eebd0
issues with HN
Akash Mahanty
2022-02-08 21:28:25 +05:30
ca4f79a2e3
+ jfinkhaeuser and rafael (#150)
Akash Mahanty
2022-02-08 20:34:34 +05:30
27f2727049
add cli alias for --start-timestamp(--from) and --end-timestamp(--to) to conform with the CDX API docs.
Akash Mahanty
2022-02-08 20:12:19 +05:30
118dc6c523
add test for wrapper module
Akash Mahanty
2022-02-08 20:08:44 +05:30
bc1dc4dc96
fix: save retry mechanism
eggplants
2022-02-03 19:44:48 +09:00
5cbdfc040b
waybackpy/cli.py : remove duplicate original_string from output_string in cdx
Akash Mahanty
2022-01-30 21:02:25 +05:30
3be6ac01fc
created tests/test_cdx_api.py: added tests for cdx_api.py
Akash Mahanty
2022-01-30 20:03:40 +05:30
b8b9bc098f
tests/test_utils.py: test latest_version_pypi and latest_version_github of waybackpy.utils
Akash Mahanty
2022-01-30 20:02:17 +05:30
946c28eddf
waybackpy/cli.py: Added help text, fix bug in the cdx_print parameter and lots of other stuff
Akash Mahanty
2022-01-30 20:00:50 +05:30
004027f73b
waybackpy/utils.py : Add a new function(latest_version_github) to fetch the latest release from github api and renamed latest_version to latest_version_pypi as now we have two functions to get the latest release.
Akash Mahanty
2022-01-30 13:28:13 +05:30
8b7603e241
the test is faulty as it fails when we increment the version on dunder version file but did not upstreamed the code to PyPi.
Akash Mahanty
2022-01-26 01:51:24 +05:30
5ea1d3ba4f
Replace NON-ASCII character figlet with ASCII character figlet.
Akash Mahanty
2022-01-26 01:46:42 +05:30
50e176e2ba
.github/workflows/build_test.yml : change python versions from '3.4', '3.8', '3.10' to '3.6', '3.10' as 3.4 not found by GitHub.
Akash Mahanty
2022-01-25 13:56:49 +05:30
4007859c92
Install dependencies for build test in CI : setuptools wheel
Akash Mahanty
2022-01-25 13:35:58 +05:30
d8bd6c628d
Add build test to CI
Akash Mahanty
2022-01-25 13:30:16 +05:30
86a90a3840
Update setup.py
Rafael de Almeida
2022-01-24 22:03:28 -03:00
759874cdc6
Update setup.py
Rafael de Almeida
2022-01-24 21:23:31 -03:00
06095202fe
BUG FIX : forgot to use the endpoint from the instance and also assign payload to param. Bug caught by the flake8 in the CI tests.
Akash Mahanty
2022-01-24 23:35:48 +05:30
06fc7855bf
waybackpy/cdx_api.py : deafult user agent is now DEFAULT_USER_AGENT, get_response now take url and headers as arguments and request url is generated by full_url function. max_tries added as parameter for the WaybackMachineCDXServerAPI class with default value of 3.
Akash Mahanty
2022-01-24 23:20:49 +05:30
c49fe971fd
update the older deprecation not for Url class, the newer date is now 2025 instead of 2024.
Akash Mahanty
2022-01-24 23:15:59 +05:30
d6783d5525
added tests for cdx_utils.py
Akash Mahanty
2022-01-24 23:05:47 +05:30
9262f5da21
improve functions get_total_pages, get_response and lint check_filters, check_collapses and check_match_type
Akash Mahanty
2022-01-24 22:57:20 +05:30
d1a1cf2546
added tests for utils.py at tests/test_utils.py also changed a keyword argument from headers to user_agent for latest_version of utils.py with the usual default vaule.
Akash Mahanty
2022-01-24 17:50:36 +05:30