instapaper-scraper 1.2.0__tar.gz → 1.2.0rc1__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.
- {instapaper_scraper-1.2.0/src/instapaper_scraper.egg-info → instapaper_scraper-1.2.0rc1}/PKG-INFO +5 -9
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/README.md +4 -8
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/pyproject.toml +1 -1
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1/src/instapaper_scraper.egg-info}/PKG-INFO +5 -9
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/LICENSE +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/setup.cfg +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/__init__.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/api.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/auth.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/cli.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/constants.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/exceptions.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/output.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/SOURCES.txt +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/dependency_links.txt +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/entry_points.txt +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/requires.txt +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/top_level.txt +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_api.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_auth.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli_config_flags.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_cli_priority.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_init.py +0 -0
- {instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/tests/test_output.py +0 -0
{instapaper_scraper-1.2.0/src/instapaper_scraper.egg-info → instapaper_scraper-1.2.0rc1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: instapaper-scraper
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0rc1
|
|
4
4
|
Summary: A tool to scrape articles from Instapaper.
|
|
5
5
|
Project-URL: Homepage, https://github.com/chriskyfung/InstapaperScraper
|
|
6
6
|
Project-URL: Source, https://github.com/chriskyfung/InstapaperScraper
|
|
@@ -72,20 +72,16 @@ Dynamic: license-file
|
|
|
72
72
|
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
|
|
73
73
|
<img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
|
|
74
74
|
</a>
|
|
75
|
-
</p>
|
|
76
|
-
|
|
77
|
-
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
78
|
-
|
|
79
|
-
<!-- Sponsors -->
|
|
80
|
-
<p align="center">
|
|
81
75
|
<a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
|
|
82
|
-
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?
|
|
76
|
+
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
|
|
83
77
|
</a>
|
|
84
78
|
<a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
|
|
85
|
-
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?
|
|
79
|
+
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
|
|
86
80
|
</a>
|
|
87
81
|
</p>
|
|
88
82
|
|
|
83
|
+
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
84
|
+
|
|
89
85
|
## ✨ Features
|
|
90
86
|
|
|
91
87
|
- Scrapes all bookmarks from your Instapaper account.
|
|
@@ -24,20 +24,16 @@
|
|
|
24
24
|
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
|
|
25
25
|
<img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
|
|
26
26
|
</a>
|
|
27
|
-
</p>
|
|
28
|
-
|
|
29
|
-
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
30
|
-
|
|
31
|
-
<!-- Sponsors -->
|
|
32
|
-
<p align="center">
|
|
33
27
|
<a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
|
|
34
|
-
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?
|
|
28
|
+
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
|
|
35
29
|
</a>
|
|
36
30
|
<a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
|
|
37
|
-
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?
|
|
31
|
+
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
|
|
38
32
|
</a>
|
|
39
33
|
</p>
|
|
40
34
|
|
|
35
|
+
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
36
|
+
|
|
41
37
|
## ✨ Features
|
|
42
38
|
|
|
43
39
|
- Scrapes all bookmarks from your Instapaper account.
|
{instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1/src/instapaper_scraper.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: instapaper-scraper
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.0rc1
|
|
4
4
|
Summary: A tool to scrape articles from Instapaper.
|
|
5
5
|
Project-URL: Homepage, https://github.com/chriskyfung/InstapaperScraper
|
|
6
6
|
Project-URL: Source, https://github.com/chriskyfung/InstapaperScraper
|
|
@@ -72,20 +72,16 @@ Dynamic: license-file
|
|
|
72
72
|
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
|
|
73
73
|
<img src="https://img.shields.io/github/license/chriskyfung/InstapaperScraper" alt="GitHub License">
|
|
74
74
|
</a>
|
|
75
|
-
</p>
|
|
76
|
-
|
|
77
|
-
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
78
|
-
|
|
79
|
-
<!-- Sponsors -->
|
|
80
|
-
<p align="center">
|
|
81
75
|
<a href="https://github.com/sponsors/chriskyfung" title="Sponsor on GitHub">
|
|
82
|
-
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?
|
|
76
|
+
<img src="https://img.shields.io/badge/Sponsor-GitHub-blue?logo=github-sponsors&colorA=263238&colorB=EC407A" alt="GitHub Sponsors Default">
|
|
83
77
|
</a>
|
|
84
78
|
<a href="https://www.buymeacoffee.com/chriskyfung" title="Support Coffee">
|
|
85
|
-
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?
|
|
79
|
+
<img src="https://img.shields.io/badge/Support-Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=ffdd00&colorA=263238" alt="Buy Me A Coffee">
|
|
86
80
|
</a>
|
|
87
81
|
</p>
|
|
88
82
|
|
|
83
|
+
A powerful and reliable Python tool to automate the export of all your saved Instapaper bookmarks into various formats, giving you full ownership of your data.
|
|
84
|
+
|
|
89
85
|
## ✨ Features
|
|
90
86
|
|
|
91
87
|
- Scrapes all bookmarks from your Instapaper account.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/constants.py
RENAMED
|
File without changes
|
{instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper/exceptions.py
RENAMED
|
File without changes
|
|
File without changes
|
{instapaper_scraper-1.2.0 → instapaper_scraper-1.2.0rc1}/src/instapaper_scraper.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|