Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjjake/internetarchive
A Python and Command-Line Interface to Archive.org
https://github.com/jjjake/internetarchive
Last synced: 7 days ago
JSON representation
A Python and Command-Line Interface to Archive.org
- Host: GitHub
- URL: https://github.com/jjjake/internetarchive
- Owner: jjjake
- License: agpl-3.0
- Created: 2012-08-15T19:18:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T17:26:54.000Z (about 2 months ago)
- Last Synced: 2024-10-15T23:21:56.847Z (20 days ago)
- Language: Python
- Homepage:
- Size: 2.3 MB
- Stars: 1,598
- Watchers: 56
- Forks: 217
- Open Issues: 72
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
- awesome - jjjake/internetarchive - A Python and Command-Line Interface to Archive.org (Python)
README
A Python and Command-Line Interface to Archive.org
==================================================|tox|
|versions|
|downloads|
|contributors|.. |tox| image:: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml/badge.svg
:target: https://github.com/jjjake/internetarchive/actions/workflows/tox.yml.. |versions| image:: https://img.shields.io/pypi/pyversions/internetarchive.svg
:target: https://pypi.org/project/internetarchive.. |downloads| image:: https://static.pepy.tech/badge/internetarchive/month
:target: https://pepy.tech/project/internetarchive.. |contributors| image:: https://img.shields.io/github/contributors/jjjake/internetarchive.svg
:target: https://github.com/jjjake/internetarchive/graphs/contributorsThis package installs a command-line tool named ``ia`` for using Archive.org from the command-line.
It also installs the ``internetarchive`` Python module for programmatic access to archive.org.
Please report all bugs and issues on `Github `__.Installation
------------You can install this module via pip:
.. code:: bash
$ python3 -m pip install internetarchive
Binaries of the command-line tool are also available:
.. code:: bash
$ curl -LO https://archive.org/download/ia-pex/ia
$ chmod +x ia
$ ./ia helpDocumentation
-------------Documentation is available at `https://archive.org/services/docs/api/internetarchive `_.
Contributing
------------All contributions are welcome and appreciated. Please see `https://archive.org/services/docs/api/internetarchive/contributing.html `_ for more details.