Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Search and import files from the Internet Archive
ResourceFunction["InternetArchiveData"]["Search",query] searches the Internet Archive for query. | |
ResourceFunction["InternetArchiveData"]["Files",id] gives the list of files associated with id. | |
ResourceFunction["InternetArchiveData"]["Import",id,file] imports file associated with id. |
Search the Internet Archive for the term "turing machine":
| In[1]:= |
| Out[1]= | ![]() |
Pick a random search result:
| In[2]:= |
| Out[2]= |
Get the files associated with this ID:
| In[3]:= |
| Out[3]= | ![]() |
Randomly select a file:
| In[4]:= |
| Out[4]= |
Import the file:
| In[5]:= |
| Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License