{ "info": { "author": "Alexander Gude", "author_email": "alex.public.account@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Wayback Machine Archiver\n========================\n\nWayback Machine Archiver (Archiver for short) is a commandline utility\nwriten in Python to backup Github Pages using the `Internet\nArchive `__.\n\nInstallation\n------------\n\nThe best way to install Archiver is with ``pip``:\n\n.. code:: bash\n\n pip install wayback-machine-archiver\n\nThis will give you access to the script simply by calling:\n\n.. code:: bash\n\n archiver --help\n\nYou can also clone this repository:\n\n.. code:: bash\n\n git clone https://github.com/agude/wayback-machine-archiver.git\n cd wayback-machine-archiver\n python ./wayback_machine_archiver/archiver.py --help\n\nIf you clone the repository, Archiver can be installed as a local\napplication using the ``setup.py`` script:\n\n.. code:: bash\n\n git clone https://github.com/agude/wayback-machine-archiver.git\n cd wayback-machine-archiver\n ./setup.py install\n\nWhich, like using ``pip``, will give you access to the script by calling\n``archiver``.\n\nUsage\n-----\n\nYou can schedule a backup by specifying the URL a web page, like so:\n\n.. code:: bash\n\n archiver https://alexgude.com\n\nThis will submit the main page of my blog,\n`alexgude.com `__, to the Wayback Machine for\narchiving.\n\nYou can also archive all the URLs specified in a\n```sitemap.xml`` `__ as follows:\n\n.. code:: bash\n\n archiver --sitemaps https://alexgude.com/sitemap.xml\n\nThis will backup every page listed in the sitemap of my website,\n`alexgude.com `__.\n\nYou can backup multiple pages by specifying multiple URLs or sitemaps:\n\n.. code:: bash\n\n archiver https://radiokeysmusic.com --sitemaps https://charles.uno/sitemap.xml https://alexgude.com/sitemaps.xml\n\nSitemaps often exclude themselves, so you can request that the sitemap\nitself be backed up using the flag ``--archive-sitemap-also``:\n\n.. code:: bash\n\n archiver --sitemaps https://alexgude.com/sitemaps.xml --archive-sitemap-also\n\nArchiver requires `the ``requests``\nlibrary `__ by Kenneth Reitz.\nArchiver supports Python 2.7, and Python 3.4+.\n\nSetting Up a ``Sitemap.xml`` for Github Pages\n---------------------------------------------\n\nIt is easy to automatically generate a sitemap for a Github Pages Jekyll\nsite. Simply use\n`jekyll/jekyll-sitemap `__.\n\nSetup instructions can be found on the above site; they require changing\njust a single line of your site's ``_config.yml``.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/agude/wayback-machine-archiver", "keywords": "Internet Archive,Wayback Machine", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wayback-machine-archiver", "package_url": "https://pypi.org/project/wayback-machine-archiver/", "platform": "any", "project_url": "https://pypi.org/project/wayback-machine-archiver/", "project_urls": { "Homepage": "https://github.com/agude/wayback-machine-archiver" }, "release_url": "https://pypi.org/project/wayback-machine-archiver/1.4.0/", "requires_dist": [ "requests" ], "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "summary": "A Python script to submit web pages to the Wayback Machine for archiving.", "version": "1.4.0" }, "last_serial": 5915887, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "2cd42cb3b87a362976768ac4aeae1b64", "sha256": "35594d10cf992dcaa60e31b31370f1646635105b9144f71bb644cbc222051dcb" }, "downloads": -1, "filename": "wayback-machine-archiver-1.1.1.tar.gz", "has_sig": false, "md5_digest": "2cd42cb3b87a362976768ac4aeae1b64", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4116, "upload_time": "2019-05-27T02:55:26", "url": "https://files.pythonhosted.org/packages/12/de/51513030919cb04fe6b53ce94726e10b9756b835ac1ce022ff4cd9b560d2/wayback-machine-archiver-1.1.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "39b61a8589a174112ecdc61bdec97724", "sha256": "4c22d2b1d69eded09d4a1d4e8bcd10b1b79afbcd03928d4ce745643b71f022a6" }, "downloads": -1, "filename": "wayback_machine_archiver-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "39b61a8589a174112ecdc61bdec97724", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5317, "upload_time": "2019-05-27T03:26:26", "url": "https://files.pythonhosted.org/packages/37/a9/8a8dab9cc61c5da2c8be819f8665efe56264750dcb86915741539b8a81c1/wayback_machine_archiver-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "acc2ceffe23008d8a25b3ca4fd8af170", "sha256": "4729f6608827f40486c1041fcf214883e7f7bc2ea085f38021f6752b0c0f58fe" }, "downloads": -1, "filename": "wayback-machine-archiver-1.2.0.tar.gz", "has_sig": false, "md5_digest": "acc2ceffe23008d8a25b3ca4fd8af170", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4146, "upload_time": "2019-05-27T03:26:28", "url": "https://files.pythonhosted.org/packages/ca/74/e9fd0b1238247b2f32bda1d542d66f716b5baad26dce7197542653825b5d/wayback-machine-archiver-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "9199e37281cea5240a5540a226ef8aed", "sha256": "200cc78990078fde03f9617b908e0168f484b547dc01ad2f521248b42e04c9f3" }, "downloads": -1, "filename": "wayback_machine_archiver-1.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9199e37281cea5240a5540a226ef8aed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5439, "upload_time": "2019-09-04T04:41:56", "url": "https://files.pythonhosted.org/packages/da/c8/383256d0baea4afb97d8fef41404691f8722a120c664b037e9036ac54c3e/wayback_machine_archiver-1.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ce0fac90cdafaa038d47483e1e502960", "sha256": "0017ca448e4a1bf4c8f19ed1acb7e0d4f4bf9d83cb36a7d6740934cc96aaa6ba" }, "downloads": -1, "filename": "wayback-machine-archiver-1.3.0.tar.gz", "has_sig": false, "md5_digest": "ce0fac90cdafaa038d47483e1e502960", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4274, "upload_time": "2019-09-04T04:41:57", "url": "https://files.pythonhosted.org/packages/dd/1c/c0d541f1823225f5973267fccdbd224b75d70d8b6e3c3455504767a010ef/wayback-machine-archiver-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "8052c6aecef34e0732b1b67e1f57397c", "sha256": "73d00359ec6a8aa0a4c77e3f44be199739b8da9811f9637cfe9eaac4b2df1e64" }, "downloads": -1, "filename": "wayback_machine_archiver-1.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8052c6aecef34e0732b1b67e1f57397c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5479, "upload_time": "2019-09-04T04:59:05", "url": "https://files.pythonhosted.org/packages/ac/02/f15936abab1d46b8e9196318607cf2cff7576c486ec89d304fe022e94f2a/wayback_machine_archiver-1.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b1d0f7f17d7f8dbe8969c38a55e3da1f", "sha256": "8eceb8551b71557507d8857a6890f500854e7a9d1055209be81708dfb1708627" }, "downloads": -1, "filename": "wayback-machine-archiver-1.3.1.tar.gz", "has_sig": false, "md5_digest": "b1d0f7f17d7f8dbe8969c38a55e3da1f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4307, "upload_time": "2019-09-04T04:59:06", "url": "https://files.pythonhosted.org/packages/88/f9/9dd60d9c7c49d74abdd6afb00ea21f19655577c43cb117396dffa252e0b8/wayback-machine-archiver-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "10a68174055e525fa6d816341b73fba3", "sha256": "0a9f373d7461705163bc79f1dbbbab9e85d826f233168c4799e915888bf41bd0" }, "downloads": -1, "filename": "wayback_machine_archiver-1.3.2-py3-none-any.whl", "has_sig": false, "md5_digest": "10a68174055e525fa6d816341b73fba3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5476, "upload_time": "2019-09-04T05:35:01", "url": "https://files.pythonhosted.org/packages/7e/37/7526851781e04adf3ce89c97bcb5966f3e2e7532802ab939adefb87bdcb6/wayback_machine_archiver-1.3.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3793f19ba182c64b49f024334f06dd91", "sha256": "63c110d16bcca89a4a8a63c7b9c26edb2237a3fa28e791b4d69a05a58d2cbb34" }, "downloads": -1, "filename": "wayback-machine-archiver-1.3.2.tar.gz", "has_sig": false, "md5_digest": "3793f19ba182c64b49f024334f06dd91", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4304, "upload_time": "2019-09-04T05:35:03", "url": "https://files.pythonhosted.org/packages/bd/49/682aa72f233537002728273df032b108d9b91ea4268db046bab4674851eb/wayback-machine-archiver-1.3.2.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "83f9d5ac5d9441f200074a94232dcbb6", "sha256": "de59c31e1d9f2218fa302793099e56a38c9b8a62274e96d82653f38d076b3a8b" }, "downloads": -1, "filename": "wayback_machine_archiver-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "83f9d5ac5d9441f200074a94232dcbb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5663, "upload_time": "2019-10-02T03:55:34", "url": "https://files.pythonhosted.org/packages/45/c9/830fb7645a51612bdc899e0bddb64c1905e013d5b919dd5a806316e1ea05/wayback_machine_archiver-1.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c740406d54e92fc407aa10cc0dc90f4", "sha256": "6bb2bd3e1304665ff18d9cf7cea33969c45b4694bade7858b95c97a955a684b5" }, "downloads": -1, "filename": "wayback-machine-archiver-1.4.0.tar.gz", "has_sig": false, "md5_digest": "5c740406d54e92fc407aa10cc0dc90f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4488, "upload_time": "2019-10-02T03:55:36", "url": "https://files.pythonhosted.org/packages/f9/03/18c3b5587fac24c21b9c6ef91221c44a6735a71d787e3c9979abca00644f/wayback-machine-archiver-1.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83f9d5ac5d9441f200074a94232dcbb6", "sha256": "de59c31e1d9f2218fa302793099e56a38c9b8a62274e96d82653f38d076b3a8b" }, "downloads": -1, "filename": "wayback_machine_archiver-1.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "83f9d5ac5d9441f200074a94232dcbb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 5663, "upload_time": "2019-10-02T03:55:34", "url": "https://files.pythonhosted.org/packages/45/c9/830fb7645a51612bdc899e0bddb64c1905e013d5b919dd5a806316e1ea05/wayback_machine_archiver-1.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c740406d54e92fc407aa10cc0dc90f4", "sha256": "6bb2bd3e1304665ff18d9cf7cea33969c45b4694bade7858b95c97a955a684b5" }, "downloads": -1, "filename": "wayback-machine-archiver-1.4.0.tar.gz", "has_sig": false, "md5_digest": "5c740406d54e92fc407aa10cc0dc90f4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4", "size": 4488, "upload_time": "2019-10-02T03:55:36", "url": "https://files.pythonhosted.org/packages/f9/03/18c3b5587fac24c21b9c6ef91221c44a6735a71d787e3c9979abca00644f/wayback-machine-archiver-1.4.0.tar.gz" } ] }