{"id":15908418,"url":"https://github.com/capjamesg/indieweb-etherpad-archiver","last_synced_at":"2025-10-13T14:32:30.753Z","repository":{"id":53824890,"uuid":"521605849","full_name":"capjamesg/indieweb-etherpad-archiver","owner":"capjamesg","description":"Perl tool for archiving Etherpad links to the IndieWeb wiki.","archived":false,"fork":false,"pushed_at":"2025-10-03T19:16:37.000Z","size":44,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-03T21:19:26.717Z","etag":null,"topics":["archiving","bot","etherpad","irc"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capjamesg.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-05T11:04:37.000Z","updated_at":"2025-10-03T19:16:41.000Z","dependencies_parsed_at":"2025-10-06T10:32:11.430Z","dependency_job_id":null,"html_url":"https://github.com/capjamesg/indieweb-etherpad-archiver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/capjamesg/indieweb-etherpad-archiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Findieweb-etherpad-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Findieweb-etherpad-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Findieweb-etherpad-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Findieweb-etherpad-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capjamesg","download_url":"https://codeload.github.com/capjamesg/indieweb-etherpad-archiver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Findieweb-etherpad-archiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015739,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["archiving","bot","etherpad","irc"],"created_at":"2024-10-06T14:21:23.020Z","updated_at":"2025-10-13T14:32:30.734Z","avatar_url":"https://github.com/capjamesg.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IndieWeb Etherpad Archiver (Cali)\n\nA tool that accepts an [IndieWeb Events](https://events.indieweb.org) page and archives the associated Etherpad page to the [IndieWeb wiki](https://indieweb.org).\n\n## IRC Usage\n\nThis tool provides an interface over IRC through which an Etherpad page linked to an IndieWeb events page can be archived.\n\nTo archive a document using the bot, you can use the following command in the IRC channel to which the archiver is connected:\n\n```\n!archive \u003cevents_page_url\u003e \u003cexample/page\u003e - Archive an events.indieweb.org page, save to example/page\n!archive \u003cetherpad_url\u003e \u003cexample/page\u003e - Archive an etherpad.indieweb.org page, save to example/page\n!archive help - Show help\n```\n\n## Getting Started\n\nTo use this project, first install the required dependencies:\n\n    - Mojo::DOM\n    - Bot::BasicBot\n    - LWP::UserAgent\n\nNext, register a *bot account* on the MediaWiki to which you want to save archives. This will give you the credentials you need for the next step. Take note of the bot username and password MediaWiki provides.\n\nOnce you have your bot account credentials, create a .env file and add the following values:\n\n    LGNAME=MEDIAWIKI_LOGIN_NAME\n    LGPASS=MEDIAWIKI_LOGIN_PASSWORD\n    WIKI_URL=LINK_TO_MEDIAWIKI_API\n    IRC_CHANNEL=IRC_CHANNEL_NAME\n    IRC_SERVER=IRC_SERVER_NAME\n    IRC_PORT=IRC_SERVER_PORT\n    IRC_NICK=IRC_NICK_NAME\n\nAll of these values are required.\n\nNext, run the archiver script:\n\n    chmod +x archiver.pl\n    ./archiver.pl\n\nThe archiver script will connect to the provided IRC channel and expose the !archive command for use in the chat.\n\n## Technology\n\nThis project was built using Perl.\n\n## License\n\nThis project is licensed under an [MIT 0 license](LICENSE).\n\n## Contributing\n\nHave an idea on how to improve the archiver? Feel free to open an issue or pull request in this repository.\n\n## Contributors\n\n- capjamesg","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Findieweb-etherpad-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapjamesg%2Findieweb-etherpad-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Findieweb-etherpad-archiver/lists"}