{"id":13761516,"url":"https://github.com/savetz/tiara","last_synced_at":"2025-06-12T12:03:19.398Z","repository":{"id":40269641,"uuid":"371758535","full_name":"savetz/tiara","owner":"savetz","description":"The Internet Archive Research Assistant - Daily search Internet Archive for new items matching your keywords","archived":false,"fork":false,"pushed_at":"2024-03-29T19:27:47.000Z","size":2143,"stargazers_count":74,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-18T05:41:54.043Z","etag":null,"topics":["internetarchive","research","research-tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/savetz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-28T16:24:25.000Z","updated_at":"2024-12-24T05:17:25.000Z","dependencies_parsed_at":"2024-08-03T13:18:18.222Z","dependency_job_id":null,"html_url":"https://github.com/savetz/tiara","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2Ftiara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2Ftiara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2Ftiara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savetz%2Ftiara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savetz","download_url":"https://codeload.github.com/savetz/tiara/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250496979,"owners_count":21440231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internetarchive","research","research-tool"],"created_at":"2024-08-03T13:01:58.613Z","updated_at":"2025-06-12T12:03:19.379Z","avatar_url":"https://github.com/savetz.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\n# TIARA    [![Badge License]][License]\n\n*The Internet Archive Research Assistant*\n\n\u003cbr\u003e\n\n\u003cdiv align = center\u003e\n\n---\n\n[![Button Archive]][Internet Archive]   \n[![Button Bugs]][Bugs]   \n[![Button Donate]][Donate]\n\n---\n\n\u003cbr\u003e\n\n\u003cimg\n    height = 400\n    title = 'Screenshot showing a sample days new items: four hits for \"Pliny The Elder\" and eight for \"Wilamette River\"'\n    align = right\n    src = 'Resources/Showcase.png'\n/\u003e\n    \n\u003c/div\u003e\n\n\u003cbr\u003e\n\nA tool to search the **[Internet Archive]** \u003cbr\u003e\nfor new items matching your keyword \u003cbr\u003e\nsearch-list.\n\nCan be run with **[CronTab]** for daily \u003cbr\u003e\nupdates about new items relevant \u003cbr\u003e\nto your ongoing research.\n\nIt keeps track of the items you have \u003cbr\u003e\ndiscovered in the past and will only \u003cbr\u003e\nalert you to ones new to you.\n\nFindings are placed in an **HTML** file, \u003cbr\u003e\nwhich can be sent as an email via \u003cbr\u003e\nSendGrid or your system's e-mail.\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n## Usage\n\nSimply place your keywords / phrases into [`/Source/searchlist.txt`][SearchList] .\n\n### Example\n\n```txt\n\"Pliny The Elder\"\nWillamette River\nAtari 1200XL computer\n...\n```\n\n### Notes\n\n*Put words in double quotes to do an exact phrase match.*\n*Willamette River without quotes will find documents that have both of those words, perahps pages apart.*\n*\"Willamette River\" with quotes will find documents with those words together.*\n\n*Try not to use generic terms like `dogs` , as this will return too many daily hits.*\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n##  Requirements\n\n- The script requires read / write access to its directory\n\n- **[Internet Archive Command Line Tool][IACLT]**\n\n    ```sh\n    pip3 install internetarchive\n    ```\n    \n\u003cbr\u003e\n\n\n\u003c!-----------------------------------------------------------------------------\u003e\n\n[Internet Archive]: https://archive.org/\n[SendGrid]: https://sendgrid.com/\n[CronTab]: https://github.com/cronie-crond/cronie\n[Twitter]: https://twitter.com/kaysavetz\n[Donate]: https://archive.org/donate/\n[IACLT]: https://github.com/jjjake/internetarchive\n\n[SearchList]: Source/searchlist.txt\n[License]: LICENSE\n[Bugs]: Documentation/Bugs.md\n\n\u003c!--------------------------------{ Badges }-----------------------------------\u003e\n\n[Badge License]: https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge\n\n\n\u003c!-------------------------------{ Buttons }-----------------------------------\u003e\n\n[Button Archive]: https://img.shields.io/badge/Internet_Archive-666666?style=for-the-badge\u0026logo=InternetArchive\u0026logoColor=white\n[Button Donate]: https://img.shields.io/badge/Donate-yellow?style=for-the-badge\u0026logo=InternetArchive\u0026logoColor=white\n[Button Bugs]: https://img.shields.io/badge/Bugs-6A5FBB?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetz%2Ftiara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavetz%2Ftiara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavetz%2Ftiara/lists"}