{"id":27958103,"url":"https://github.com/codewithgodstime/fzbot","last_synced_at":"2025-10-13T21:44:13.797Z","repository":{"id":260583795,"uuid":"881542818","full_name":"codeWithGodstime/FZbot","owner":"codeWithGodstime","description":"FZBot Downloader helps you effortlessly download films and TV shows directly from the web from your terminal.","archived":false,"fork":false,"pushed_at":"2025-08-02T00:28:16.000Z","size":40,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T02:35:43.468Z","etag":null,"topics":["aiohttp","argparse","asyncio"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeWithGodstime.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-10-31T19:26:36.000Z","updated_at":"2025-08-02T00:28:20.000Z","dependencies_parsed_at":"2024-12-14T13:41:29.933Z","dependency_job_id":"a330c705-2b2a-43b4-a935-83208d928da9","html_url":"https://github.com/codeWithGodstime/FZbot","commit_stats":null,"previous_names":["codewithgodstime/fzbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeWithGodstime/FZbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2FFZbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2FFZbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2FFZbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2FFZbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeWithGodstime","download_url":"https://codeload.github.com/codeWithGodstime/FZbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeWithGodstime%2FFZbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017053,"owners_count":26085951,"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":["aiohttp","argparse","asyncio"],"created_at":"2025-05-07T18:16:22.473Z","updated_at":"2025-10-13T21:44:13.791Z","avatar_url":"https://github.com/codeWithGodstime.png","language":"Python","readme":"# FZBot Downloader\n\n## Effortlessly download films and TV shows directly from the web using a powerful and user-friendly terminal-based tool.\n\nFZBot Downloader helps you effortlessly download films and TV shows directly from the web from your terminal.\n\n### Key Features\n\n- Download movies and TV shows with minimal input. \n\n- Automatic URL parsing to simplify the download process. \n\n- Resume interrupted downloads seamlessly. Lightweight and cross-platform support (Windows, macOS, Linux).\n\n- Concurrent downloads\n\n### Demo\n\n![Live Demo](https://taskmaster-demo.com)\n\n### Installation\n\n- Clone the repository\n  \n  ```bash\n  git clone https://github.com/codeWithGodstime/FZbot\n  ```\n\n- Create virtual environment and install dependencies\n  \n  ```bash\n  cd FZbot \u0026\u0026 virtualenv venv \u0026\u0026 pip install -r requirements.txt\n  ```\n\n### Usage\n\nBasic Usage\n\n```bash\npython fzbot.py [type] [title] [-ns NUMBER_OF_SEASONS] [-ne NUMBER_OF_EPISODES]\n```\n\n### Arguments:\n\n1. **Positional Arguments** (Required):\n   \n   - **`type`**: Specify whether you want to download a movie or a series.\n     - Choices: `movie`, `series`\n     - Example: `movie` for films or `series` for TV shows.\n   - **`title`**: Name of the movie or series you want to download.\n     - Example: `\"Breaking Bad\"` or `\"Inception\"`\n\n2. **Optional Arguments** (Optional):\n   \n   - **`-ns`, `--number_of_seasons`**:\n     \n     - Specify the number of seasons to download (for series only).\n     - Default: `1`\n     - Example: `--number_of_seasons 2` to download 2 seasons.\n   \n   - **`-ne`, `--number_of_episodes`**:\n     \n     - Specify the number of episodes to download (for series only).\n     - Default: `1`\n     - Example: `--number_of_episodes 5` to download 5 episodes.\n       \n### Examples:\n\n1. **Download a Movie**:\n   \n   ```bash\n   python fzbot.py movie \"Inception\"\n   ```\n\n2. **Download a TV Series (Default 1 season, 1 episode)**:\n   \n   ```bash\n   python fzbot.py series \"Breaking Bad\"\n   ```\n\n3. **Download Multiple Seasons of a TV Series**:\n   \n   ```bash\n   python fzbot.py series \"Breaking Bad\" -ns 2\n   ```\n\n4. **Download Multiple Episodes of a TV Series**:\n   \n   ```bash\n   python fzbot.py series \"Breaking Bad\" -ns 1 -ne 10\n   ```\n   \n   \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithgodstime%2Ffzbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithgodstime%2Ffzbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithgodstime%2Ffzbot/lists"}