waymore 4.0__tar.gz → 4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {waymore-4.0/waymore.egg-info → waymore-4.1}/PKG-INFO +15 -3
- {waymore-4.0 → waymore-4.1}/README.md +14 -2
- waymore-4.1/waymore/__init__.py +1 -0
- {waymore-4.0 → waymore-4.1}/waymore/waymore.py +0 -1
- {waymore-4.0 → waymore-4.1/waymore.egg-info}/PKG-INFO +15 -3
- waymore-4.0/waymore/__init__.py +0 -1
- {waymore-4.0 → waymore-4.1}/LICENSE +0 -0
- {waymore-4.0 → waymore-4.1}/setup.cfg +0 -0
- {waymore-4.0 → waymore-4.1}/setup.py +0 -0
- {waymore-4.0 → waymore-4.1}/waymore.egg-info/SOURCES.txt +0 -0
- {waymore-4.0 → waymore-4.1}/waymore.egg-info/dependency_links.txt +0 -0
- {waymore-4.0 → waymore-4.1}/waymore.egg-info/entry_points.txt +0 -0
- {waymore-4.0 → waymore-4.1}/waymore.egg-info/requires.txt +0 -0
- {waymore-4.0 → waymore-4.1}/waymore.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: waymore
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.1
|
|
4
4
|
Summary: Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan & VirusTotal!
|
|
5
5
|
Home-page: https://github.com/xnl-h4ck3r/waymore
|
|
6
6
|
Author: @xnl-h4ck3r
|
|
@@ -16,7 +16,7 @@ Requires-Dist: tldextract
|
|
|
16
16
|
|
|
17
17
|
<center><img src="https://github.com/xnl-h4ck3r/waymore/blob/main/waymore/images/title.png"></center>
|
|
18
18
|
|
|
19
|
-
## About - v4.
|
|
19
|
+
## About - v4.1
|
|
20
20
|
|
|
21
21
|
The idea behind **waymore** is to find even more links from the Wayback Machine than other existing tools.
|
|
22
22
|
|
|
@@ -47,12 +47,24 @@ Now **waymore** gets URL's from ALL of those sources too (with ability to filter
|
|
|
47
47
|
|
|
48
48
|
`waymore` supports **Python 3**.
|
|
49
49
|
|
|
50
|
-
Install `waymore` in default(global) python environment.
|
|
50
|
+
Install `waymore` in default (global) python environment.
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install waymore
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
OR
|
|
51
57
|
|
|
52
58
|
```bash
|
|
53
59
|
pip install git+https://github.com/xnl-h4ck3r/waymore.git -v
|
|
54
60
|
```
|
|
55
61
|
|
|
62
|
+
You can upgrade with
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
pip install --upgrade waymore
|
|
66
|
+
```
|
|
67
|
+
|
|
56
68
|
### pipx
|
|
57
69
|
|
|
58
70
|
Quick setup in isolated python environment using [pipx](https://pypa.github.io/pipx/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<center><img src="https://github.com/xnl-h4ck3r/waymore/blob/main/waymore/images/title.png"></center>
|
|
2
2
|
|
|
3
|
-
## About - v4.
|
|
3
|
+
## About - v4.1
|
|
4
4
|
|
|
5
5
|
The idea behind **waymore** is to find even more links from the Wayback Machine than other existing tools.
|
|
6
6
|
|
|
@@ -31,12 +31,24 @@ Now **waymore** gets URL's from ALL of those sources too (with ability to filter
|
|
|
31
31
|
|
|
32
32
|
`waymore` supports **Python 3**.
|
|
33
33
|
|
|
34
|
-
Install `waymore` in default(global) python environment.
|
|
34
|
+
Install `waymore` in default (global) python environment.
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
pip install waymore
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
OR
|
|
35
41
|
|
|
36
42
|
```bash
|
|
37
43
|
pip install git+https://github.com/xnl-h4ck3r/waymore.git -v
|
|
38
44
|
```
|
|
39
45
|
|
|
46
|
+
You can upgrade with
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
pip install --upgrade waymore
|
|
50
|
+
```
|
|
51
|
+
|
|
40
52
|
### pipx
|
|
41
53
|
|
|
42
54
|
Quick setup in isolated python environment using [pipx](https://pypa.github.io/pipx/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__="4.1"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: waymore
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.1
|
|
4
4
|
Summary: Find way more from the Wayback Machine, Common Crawl, Alien Vault OTX, URLScan & VirusTotal!
|
|
5
5
|
Home-page: https://github.com/xnl-h4ck3r/waymore
|
|
6
6
|
Author: @xnl-h4ck3r
|
|
@@ -16,7 +16,7 @@ Requires-Dist: tldextract
|
|
|
16
16
|
|
|
17
17
|
<center><img src="https://github.com/xnl-h4ck3r/waymore/blob/main/waymore/images/title.png"></center>
|
|
18
18
|
|
|
19
|
-
## About - v4.
|
|
19
|
+
## About - v4.1
|
|
20
20
|
|
|
21
21
|
The idea behind **waymore** is to find even more links from the Wayback Machine than other existing tools.
|
|
22
22
|
|
|
@@ -47,12 +47,24 @@ Now **waymore** gets URL's from ALL of those sources too (with ability to filter
|
|
|
47
47
|
|
|
48
48
|
`waymore` supports **Python 3**.
|
|
49
49
|
|
|
50
|
-
Install `waymore` in default(global) python environment.
|
|
50
|
+
Install `waymore` in default (global) python environment.
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install waymore
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
OR
|
|
51
57
|
|
|
52
58
|
```bash
|
|
53
59
|
pip install git+https://github.com/xnl-h4ck3r/waymore.git -v
|
|
54
60
|
```
|
|
55
61
|
|
|
62
|
+
You can upgrade with
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
pip install --upgrade waymore
|
|
66
|
+
```
|
|
67
|
+
|
|
56
68
|
### pipx
|
|
57
69
|
|
|
58
70
|
Quick setup in isolated python environment using [pipx](https://pypa.github.io/pipx/)
|
waymore-4.0/waymore/__init__.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__="4.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|