{"id":13752519,"url":"https://github.com/ostafen/xdcc-cli","last_synced_at":"2025-03-22T11:30:50.435Z","repository":{"id":62700952,"uuid":"429541524","full_name":"ostafen/xdcc-cli","owner":"ostafen","description":"A command line tool for searching and downloading files from the IRC network.","archived":false,"fork":false,"pushed_at":"2024-01-04T18:21:59.000Z","size":69,"stargazers_count":35,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-18T10:51:27.676Z","etag":null,"topics":["golang","irc-bot","irc-protocol","xdcc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ostafen.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-11-18T18:43:14.000Z","updated_at":"2025-02-04T07:34:53.000Z","dependencies_parsed_at":"2024-08-03T09:03:55.025Z","dependency_job_id":null,"html_url":"https://github.com/ostafen/xdcc-cli","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/ostafen%2Fxdcc-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostafen%2Fxdcc-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostafen%2Fxdcc-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostafen%2Fxdcc-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ostafen","download_url":"https://codeload.github.com/ostafen/xdcc-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244951139,"owners_count":20537324,"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":["golang","irc-bot","irc-protocol","xdcc"],"created_at":"2024-08-03T09:01:06.977Z","updated_at":"2025-03-22T11:30:50.159Z","avatar_url":"https://github.com/ostafen.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003c!--\n  Title: xdcc-cli\n  Description: A command line tool for xdcc file search and retrival.\n  Author: ostafen\n\n \u003cmeta name=\"google-site-verification\" content=\"4Rjg8YnufgHBYdLu-gAUsmJasHk03XKYhUXtRMNZdsk\" /\u003e\n--\u003e\n\n# XDCC Command Line Tools\n\nThis project provides a simple command line tool which allow you to perform search and retrieval of files on the IRC network through the XDCC protocol. It is based on the popular [goirc](https://github.com/fluffle/goirc) library.\n\n\n## Features\n- File search from multiple search engines.\n- It allows to download multiple files at the same time.\n\n## Installation\n\nAssuming you have the latest version of Go installed on your system, you can use the **make** command to build an executable:\n\n```bash \ngit clone https://github.com/ostafen/xdcc-cli.git\ncd xdcc-cli\nmake # this will ouput a bin/xdcc executable\n```\n\n## Usage\nTo initialize a file search, simply pass a list of keywords to the **search** subcommand like so:\n\n```bash\nfoo@bar:~$ xdcc search keyword1 keyword2 ...\n```\n\nFor example, to search for the latest iso of ubuntu, you could simply write:\n\n```bash\nfoo@bar:~$ xdcc search ubuntu iso\n```\n\nIf the command succedeeds, a table, similar to the following, will be displayed:\n\n| File Name | File Size | URL |\n| :------: | :------: | :------: |\n| ubuntu-20.04-desktop-amd64.iso | 2.50GB | ... |\n| ... | ... | ... |\n\nA part from file details, each row will contain an **url** of the form irc://network/channel/bot/slot, which identifies the file on the IRC network. \nTo download one or more file, simply pass a list of url to the **get** subcommand like so:\n\n```bash\nfoo@bar:~$ xdcc get url1 url2 ... [-o /path/to/an/output/directory]\n```\nAlternatively, you could also specify a .txt input file, containing a list of urls (one for each line), using the **-i** switch.\n\n## Notes\n\nThis software has been written as a development exercise and comes with no warranty. Use it at your own risk.\nMoreover, the developer is not responsible for any illecit use of it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostafen%2Fxdcc-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fostafen%2Fxdcc-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostafen%2Fxdcc-cli/lists"}