[READ-ONLY] Mirror of https://github.com/shuuji3/twilog-web-archiver. Save month list pages of twilog.org by using archive.org
archiveorg twilog twitter wayback-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Python 100.0%
147 7 3

Clone this repository

https://git.vm.fail/shuuji3.xyz/twilog-web-archiver https://git.vm.fail/did:plc:kvxbr2eaahju42dpoj3os7gv
ssh://git@knot1.tangled.sh:2222/shuuji3.xyz/twilog-web-archiver ssh://git@knot1.tangled.sh:2222/did:plc:kvxbr2eaahju42dpoj3os7gv

For self-hosted knots, clone URLs may differ based on your setup.


README.rst
⚠ This library will no longer be updated.

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>`_