Commit Graph

446 Commits

Author SHA1 Message Date
Akash Mahanty
62e5217b9e reduce code complexity: refactoring, less flow breaking structures 2021-01-03 19:38:25 +05:30
Akash Mahanty
9823c809e9 Added doc strings in wrapper.py, documenting code and improving docs. 2021-01-03 17:11:32 +05:30
Akash Mahanty
db5737a857 JSON is now available for near and other other methods that call it 2021-01-02 18:52:46 +05:30
Akash Mahanty
ca0821a466
Wiki docs (#58)
* move docs to wiki

* Update README.md

* Update setup.py
2021-01-02 12:20:43 +05:30
Akash Mahanty
bb4dbc7d3c
rm url = obj.url 2021-01-02 11:19:09 +05:30
Akash Mahanty
7c7fd75376
No need to fetch archive_url and timestamp from availability API on init (#55)
* No need to fetch archive_url and timestamp from availability API on init. 

Not useful if all I want is to archive a page

* Update test_wrapper.py

* Update wrapper.py

* Update test_wrapper.py

* Update wrapper.py

* Update cli.py

* Update wrapper.py

* Update __version__.py

* Update __version__.py

* Update __version__.py

* Update __version__.py

* Update setup.py

* Update README.md
2021-01-02 11:10:23 +05:30
Akash Mahanty
0b71433667
v2.3.1 (#54)
* 2.3.1

* 2.3.1
2021-01-01 19:15:23 +05:30
Akash Mahanty
1b499a7594
removed JSON from init, this was resulting in too much unnecessary taffic. Some users who are thousands of URLs were blocked by IA (#53)
closes #52
2021-01-01 16:38:57 +05:30
Akash Mahanty
da390ee8a3
improve maintainability and reduce code cognitive complexity (#49) 2020-12-15 10:24:13 +05:30
Akash Mahanty
d3e68d0e70
code formated with black (#47) 2020-12-14 01:18:04 +05:30
Akash Mahanty
fde28d57aa
Update CONTRIBUTING.md 2020-12-14 00:16:29 +05:30
Akash Mahanty
6092e504c8
Update CONTRIBUTING.md 2020-12-14 00:15:51 +05:30
Akash Mahanty
93ef60ecd2
v2.3.0 (#46)
* v2.3.0

* v2.3.0

* decrease line length
2020-12-14 00:14:54 +05:30
Akash Mahanty
461b3f74c9
UPDATE header image url 2020-12-13 23:09:59 +05:30
Akash Mahanty
3c53b411b0
Improve the appearance of readme (#45)
* replaced text header wth image

* svg

* Update README.md

* Update README.md

* Update README.md

* level 2

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create CONTRIBUTING.md

* Update README.md

* Add files via upload

* Update README.md

* Delete waybackpy-colored 284.png

* Delete waybackpy colored.png

* Update README.md

* Update index.rst

* Update index.rst

* Update index.rst

* Update setup.py

* Delete index.rst

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2020-12-13 23:08:16 +05:30
pyup.io bot
8125526061
create pyup.io config file (#44) 2020-12-13 22:31:49 +05:30
Akash Mahanty
2dc81569a8
Create .pep8speaks.yml 2020-12-13 17:58:09 +05:30
Akash Mahanty
fd163f3d36
Update wrapper.py 2020-12-13 17:12:32 +05:30
Akash Mahanty
a0a918cf0d . 2020-12-13 17:10:28 +05:30
Akash Mahanty
4943cf6873 remove print stmnt, update ci 2020-12-13 16:37:35 +05:30
Akash Mahanty
bc3efc7d63
now using requests lib as it handles errors nicely (#42)
* now using requests lib as it handles errors nicely

* remove unused import (urllib)

* FIX : replaced full_url with endpoint (not using urlib)

* LINT :  Found in waybackpy\wrapper.py:88  Unnecessary else after return
2020-12-13 15:44:37 +05:30
Akash Mahanty
f89368f16d LINT : Found in waybackpy\wrapper.py:88 Unnecessary else after return 2020-12-13 15:39:23 +05:30
Akash Mahanty
c919a6a605 FIX : replaced full_url with endpoint (not using urlib) 2020-12-13 15:22:56 +05:30
Akash Mahanty
0280fca189 remove unused import (urllib) 2020-12-13 15:13:51 +05:30
Akash Mahanty
60ee8b95a8 now using requests lib as it handles errors nicely 2020-12-13 15:05:57 +05:30
Akash Mahanty
ca51c14332
deleted .travis.yml, link with flake (#41)
close #38
2020-11-26 13:06:50 +05:30
Akash Mahanty
525cf17c6f
Update ci.yml 2020-11-26 12:14:15 +05:30
Akash Mahanty
406e03c52f
Update ci.yml 2020-11-26 12:04:45 +05:30
Akash Mahanty
672b33e83a
Update ci.yml 2020-11-26 10:10:10 +05:30
Akash Mahanty
b19b840628
Update ci.yml 2020-11-26 10:01:55 +05:30
Akash Mahanty
a6df4f899c
Update ci.yml 2020-11-26 09:26:11 +05:30
Akash Mahanty
7686e9c20d
Update README.md (#40) 2020-11-26 09:18:26 +05:30
Akash Mahanty
3c5932bc39
now using gh actions (#39) 2020-11-26 09:09:53 +05:30
Akash Mahanty
f9a986f489
Create ci.yml 2020-11-26 08:55:23 +05:30
Akash Mahanty
0d7458ee90
per https://docs.travis-ci.com/user/languages/python/, Python builds are not available on the macOS 2020-11-26 08:08:59 +05:30
Akash Mahanty
ac8b9d6a50
use osx, huge backlog on .org travis for linux builds 2020-11-26 08:03:27 +05:30
Akash Mahanty
58cd9c28e7 Threading enabled checking for URLs 2020-11-26 06:15:42 +05:30
Akash Mahanty
5088305a58 removed python2 compatibility code 2020-11-21 17:00:11 +05:30
Akash Mahanty
9f847a5e55
change pepy.tech download count link, they removed the month page 2020-11-11 10:44:14 +05:30
Akash Mahanty
6c04c2f3d3
+ https://github.com/akamhy/waybackpy/graphs/contributors 2020-11-04 08:09:30 +05:30
Akash Mahanty
925be7b17e V2.2.0 2020-10-17 17:10:46 +05:30
Akash Mahanty
2b132456ac updated index.rst and minor docs updated. 2020-10-17 16:56:51 +05:30
Akash Mahanty
50e3154a4e lint README.md 2020-10-17 12:01:49 +05:30
Akash Mahanty
7aef50428f
add link to the repo 2020-10-17 11:51:56 +05:30
Akash Mahanty
d8ec0f5025
More pythonic code snippets in README (#36) 2020-10-17 11:49:27 +05:30
Akash Mahanty
0a2f97c034
Update README, drop python 2 support
* Drop python 2 support

* updated docs

* added new docs
2020-10-16 22:37:32 +05:30
Akash Mahanty
3e9cf23578
3.9 archive doesn't not exist yet. 2020-10-16 19:43:06 +05:30
Akash Mahanty
7f927ec7be
added tests for json and archive_url, updated broken tests (#34)
* added tests for json and archive_url, updated broken tests

* drop 2.7 support
2020-10-16 19:25:45 +05:30
Akash Mahanty
9de6393cd5
Add support for JSON and archive_url (#33)
CLI support for JSON and archive_url attributes
2020-10-16 15:16:18 +05:30
danvalen1
91e7f65617
Fixing len() bug (#32)
* added class functionality

* Update wrapper.py

* style edits

* fixed bug with len() of url()

* fixing len() bug

* fixing len() bug

* squashing bug

* removed test notebook
2020-10-16 10:04:13 +05:30