This 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.
You can install this module via pip:
$ python3 -m pip install internetarchive
Binaries of the command-line tool are also available:
$ curl -LO https://archive.org/download/ia-pex/ia
$ chmod +x ia
$ ./ia help
Documentation is available at https://archive.org/services/docs/api/internetarchive.
All contributions are welcome and appreciated. Please see https://archive.org/services/docs/api/internetarchive/contributing.html for more details.