Metadata-Version: 2.1
Name: twilog-web-archiver
Version: 1.0.0
Summary: Archive twilog website month list pages into Internet Archive Wayback Machine
Home-page: https://github.com/shuuji3/twilog-web-archiver
License: GPL-3.0-or-later
Keywords: twilog,twitter,archive,Wayback Machine,Internet Archive
Author: TAKAHASHI Shuuji
Author-email: shuuji3@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: click (>=8.0,<9.0)
Requires-Dist: lxml (>=4.3,<5.0)
Requires-Dist: pluggy (>=0.13.1,<0.14.0)
Requires-Dist: requests (>=2.21,<3.0)
Requires-Dist: waybackpy (>=3.0.6,<4.0.0)
Project-URL: Repository, https://github.com/shuuji3/twilog-web-archiver
Description-Content-Type: text/x-rst

twilog-web-archiver
===================

Save month list pages of twilog.org using archive.org.

Requirement
-----------

- :code:`Python >= 3.9`

Install
-------

.. code-block:: bash

    pip install twilog-web-archiver

Usage
-----

.. code-block:: bash

    twilog-web-archiver SCREEN_NAME

Example output
--------------

.. code-block:: bash

    twilog-web-archiver nhk_pr
    archived (cached: True): https://web.archive.org/web/20230411042930/https://twilog.org/NHK_PR/month-2304
    archived (cached: True): https://web.archive.org/web/20230411051906/https://twilog.org/NHK_PR/month-2303
    archived (cached: False): https://web.archive.org/web/20230411051956/https://twilog.org/NHK_PR/month-2303/2
    archived (cached: False): https://web.archive.org/web/20230411052032/https://twilog.org/NHK_PR/month-2303/3
    ...

Description
-----------

When a user has registered twilog.org, you will see the month list page in the user archive page, i.e. `https://twilog.org/NHK_PR/archives <https://twilog.org/NHK_PR/archives>`_.

This program saves every pages in this month list into Wayback Machine on `archive.org <archive.org>`_.

License
-------

- `GNU GPL 3.0 or later <LICENSE>`_

