Metadata-Version: 2.1
Name: wordpress-rss-archiver
Version: 0.1.0
Summary: 
Author: yzqzss
Author-email: yzqzss@yandex.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: feedparser (>=6.0.10,<7.0.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Description-Content-Type: text/markdown

# wordpress-rss-archiver

> WordPress.com/Automattic.com charges you US$38,000 to [host your blog for 100 years](https://wordpress.com/blog/2023/08/25/introducing-the-100-year-plan/) and automatically submit your site to the Internet Archive?  

Well, We can do it for free... (the latter part at least, lol)

## Installation

```bash
pip install wordpress-rss-archiver
```

## Usage

```bash
wordpress-rss-archiver <feed_url> --ia-s3 <access_key:secret_key>
```

NOTE: register an Internet Archive account and get your access key and secret key from <https://archive.org/account/s3.php>

