senpwai


Namesenpwai JSON
Version 2.1.9 PyPI version JSON
download
home_pagehttps://github.com/SenZmaKi/Senpwai
SummaryA desktop app for tracking and batch downloading anime
upload_time2024-04-23 17:43:03
maintainerNone
docs_urlNone
authorSenZmaKi
requires_python<4.0,>=3.11
licenseGPL v3
keywords anime app cli desktop app anime downloader anime cli anime app anime tracker batch anime downloader bulk anime downloader anime desktop app anime tracker app
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">
<img align="center" height="80px" width="80px" src="https://raw.githubusercontent.com/SenZmaKi/Senpwai/master/.github/images/senpwai-icon.png" alt="senpwai-icon"> Senpwai</h1>
<p align="center">
A blazingly fast desktop app for batch downloading anime and auto-downloading new episodes upon release
</p>

<p align="center">
 <a href=https://github.com/SenZmaKi/Senpwai/actions/workflows/test.yml> <img height="30px" src=https://github.com/SenZmaKi/Senpwai/actions/workflows/test.yml/badge.svg alt=test-workflow-status-badge></a>
 <a href="https://github.com/SenZmaKi/Senpwai/releases"><img  height="30px" src="https://img.shields.io/github/downloads/SenZmaKi/Senpwai/total" alt="Downloads"></a>
 <a href="https://discord.gg/invite/e9UxkuyDX2" target="_blank"><img height="30px" alt="Discord" src="https://img.shields.io/discord/1131981618777702540?label=Discord&logo=discord" alt="Discord-icon"></a>
 <a href="https://www.reddit.com/r/Senpwai" target="_blank"><img height="30px" alt="Subreddit subscribers" src="https://img.shields.io/reddit/subreddit-subscribers/senpwai?label=Reddit&logo=reddit" alt="Reddit-icon"</a>
</p>
<p align="center">
  <a href="#installation">Installation</a> •
  <a href="#features">Features</a> •
  <a href="#cli">CLI</a> •
  <a href="#building-from-source">Building from source</a> •
  <a href="#support">Support</a> •
  <a href="#faq">FAQ</a> •
  <a href="#links">Links</a>
</p>

<img align="center" src="https://raw.githubusercontent.com/SenZmaKi/Senpwai/master/.github/images/one-piece.png" alt="one-piece-screenshot">

## Installation

- **Cross-platform (Linux, Mac, Windows 10/11)**

Needs [Python 3.11](https://www.python.org/downloads/release/python-3111) installed.

```bash
pip install senpwai
```

- **Windows 10/11**

Download [the setup](https://github.com/SenZmaKi/Senpwai/releases/latest/download/Senpwai-setup.exe) then run it.

- **Android**

Check [Senpcli](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md)

- **Other**

[Build from source](#building-from-source).

## Features

- Download any anime from [Animepahe](https://animepahe.ru) or [Gogoanime](https://anitaku.so).
- Keep track of an anime and automatically download new episodes when they release.
- Download a complete season or episodes within a range (e.g., 69-420).
- Choose between video qualities: 360p, 480p (Gogoanime only), 720p, or 1080p.
- Download in sub or dub (if available) depending on the user's preference.
- Automatically detects episodes you already have and avoids re-downloading them.
- Robust and graceful download error management.
- GUI and [CLI](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md).

## CLI

[Senpcli](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md) is a minimalist and lightweight CLI alternative for Senpwai. Senpwai is already efficient and lightweight, Senpcli basically strips off the GUI while maintaining most of the basic functionality.

## Building from Source

Ensure you have [Python 3.11](https://www.python.org/downloads/release/python-3111) and [Git](https://github.com/git-guides/install-git) installed.

Open a terminal and run the following commands.

1. **Set everything up.**

```
git clone https://github.com/SenZmaKi/Senpwai --depth 1 && cd Senpwai && pip install -r dev-requirements.txt && poetry install
```

2. **Build the app into an executable.**

```
poetry run poe build_senpwai_exe
```

- The executable will be built in `Senpwai\build\Senpwai`

3. **Alternatively you can instead run the app directly via Python.**

```
poetry run senpwai
```

## Support

- You can support the development of Senpwai through donations on [GitHub Sponsors](https://github.com/sponsors/SenZmaKi) or [Patreon](https://patreon.com/Senpwai).
- You can also leave a star on the github for more weebs to know about it.
- Senpwai is open to pull requests, so if you have ideas for improvements, feel free to contribute!

## Sponsors

<p>
<a href="https://github.com/Adam1400"><img src="https://github.com/Adam1400.png" width="80px" alt="Adam1400"/></a>&nbsp;&nbsp;<a href="https://github.com/KeithBoehler"><img src="https://github.com/KeithBoehler.png" width="80px" alt="KeithBoehler" /></a>
</p>

## FAQ

<details> <summary> Why did you make this? </summary>
I couldn't afford wifi so I used my college wifi to download anime after class but batch downloading from streaming sites is a pain in the ass,
you have to click billions of links just to download one episode, so I made Senpwai to help me and possibly others that face a similar problem.
</details>

<details> <summary> What is HLS mode? </summary>
 
HLS mode attempts to fix the unstability of Gogoanime normal mode. 
In HLS mode Gogoanime downloads are guaranteed to work, though with a few downsides:

- Requires [FFmpeg](https://www.hostinger.com/tutorials/how-to-install-ffmpeg) to be installed, though Senpwai can attempt to automatically install it for you.
- No download size indication but Senpwai will estimate the total download size after the first download.

</details>

<details> <summary> Do you intend to add more sources? </summary>

One person can only do so much, I only plan on adding another source if something ever happens to Animepahe or Gogoanime.
More sources means more writing more code which in turn means fixing more bugs.

</details>

## Links

[Sub-reddit](https://reddit.com/r/Senpwai)

[Discord server](https://discord.com/invite/e9UxkuyDX2)

[GitHub Sponsors](https://github.com/sponsors/SenZmaKi)

[Patreon](https://patreon.com/Senpwai)

## Legal Disclaimer

Senpwai is designed solely for providing access to publicly available content. It is not intended to support or promote piracy or copyright infringement. As the creator of this app, I hereby declare that I am not responsible for, and in no way associated with, any external links or the content they direct to.

It is essential to understand that all the content available through this app are found freely accessible on the internet and the app does not host any copyrighted content. I do not exercise control over the nature, content, or availability of the websites linked within the app.

If you have any concerns or objections regarding the content provided by this app, please contact the respective website owners, webmasters, or hosting providers. Thank you.

## Epilogue

Truly one of the most apps ever of all time.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SenZmaKi/Senpwai",
    "name": "senpwai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "anime, app, cli, desktop app, anime downloader, anime cli, anime app, anime tracker, batch anime downloader, bulk anime  downloader, anime desktop app, anime tracker app",
    "author": "SenZmaKi",
    "author_email": "senzmaki@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7c/6c/5f6c6ab33998d04518ce46a1748e1abb30c9f05ed9de5cfe8f37f83967fc/senpwai-2.1.9.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">\n<img align=\"center\" height=\"80px\" width=\"80px\" src=\"https://raw.githubusercontent.com/SenZmaKi/Senpwai/master/.github/images/senpwai-icon.png\" alt=\"senpwai-icon\"> Senpwai</h1>\n<p align=\"center\">\nA blazingly fast desktop app for batch downloading anime and auto-downloading new episodes upon release\n</p>\n\n<p align=\"center\">\n <a href=https://github.com/SenZmaKi/Senpwai/actions/workflows/test.yml> <img height=\"30px\" src=https://github.com/SenZmaKi/Senpwai/actions/workflows/test.yml/badge.svg alt=test-workflow-status-badge></a>\n <a href=\"https://github.com/SenZmaKi/Senpwai/releases\"><img  height=\"30px\" src=\"https://img.shields.io/github/downloads/SenZmaKi/Senpwai/total\" alt=\"Downloads\"></a>\n <a href=\"https://discord.gg/invite/e9UxkuyDX2\" target=\"_blank\"><img height=\"30px\" alt=\"Discord\" src=\"https://img.shields.io/discord/1131981618777702540?label=Discord&logo=discord\" alt=\"Discord-icon\"></a>\n <a href=\"https://www.reddit.com/r/Senpwai\" target=\"_blank\"><img height=\"30px\" alt=\"Subreddit subscribers\" src=\"https://img.shields.io/reddit/subreddit-subscribers/senpwai?label=Reddit&logo=reddit\" alt=\"Reddit-icon\"</a>\n</p>\n<p align=\"center\">\n  <a href=\"#installation\">Installation</a> \u2022\n  <a href=\"#features\">Features</a> \u2022\n  <a href=\"#cli\">CLI</a> \u2022\n  <a href=\"#building-from-source\">Building from source</a> \u2022\n  <a href=\"#support\">Support</a> \u2022\n  <a href=\"#faq\">FAQ</a> \u2022\n  <a href=\"#links\">Links</a>\n</p>\n\n<img align=\"center\" src=\"https://raw.githubusercontent.com/SenZmaKi/Senpwai/master/.github/images/one-piece.png\" alt=\"one-piece-screenshot\">\n\n## Installation\n\n- **Cross-platform (Linux, Mac, Windows 10/11)**\n\nNeeds [Python 3.11](https://www.python.org/downloads/release/python-3111) installed.\n\n```bash\npip install senpwai\n```\n\n- **Windows 10/11**\n\nDownload [the setup](https://github.com/SenZmaKi/Senpwai/releases/latest/download/Senpwai-setup.exe) then run it.\n\n- **Android**\n\nCheck [Senpcli](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md)\n\n- **Other**\n\n[Build from source](#building-from-source).\n\n## Features\n\n- Download any anime from [Animepahe](https://animepahe.ru) or [Gogoanime](https://anitaku.so).\n- Keep track of an anime and automatically download new episodes when they release.\n- Download a complete season or episodes within a range (e.g., 69-420).\n- Choose between video qualities: 360p, 480p (Gogoanime only), 720p, or 1080p.\n- Download in sub or dub (if available) depending on the user's preference.\n- Automatically detects episodes you already have and avoids re-downloading them.\n- Robust and graceful download error management.\n- GUI and [CLI](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md).\n\n## CLI\n\n[Senpcli](https://github.com/SenZmaKi/Senpwai/blob/master/docs/senpcli-guide.md) is a minimalist and lightweight CLI alternative for Senpwai. Senpwai is already efficient and lightweight, Senpcli basically strips off the GUI while maintaining most of the basic functionality.\n\n## Building from Source\n\nEnsure you have [Python 3.11](https://www.python.org/downloads/release/python-3111) and [Git](https://github.com/git-guides/install-git) installed.\n\nOpen a terminal and run the following commands.\n\n1. **Set everything up.**\n\n```\ngit clone https://github.com/SenZmaKi/Senpwai --depth 1 && cd Senpwai && pip install -r dev-requirements.txt && poetry install\n```\n\n2. **Build the app into an executable.**\n\n```\npoetry run poe build_senpwai_exe\n```\n\n- The executable will be built in `Senpwai\\build\\Senpwai`\n\n3. **Alternatively you can instead run the app directly via Python.**\n\n```\npoetry run senpwai\n```\n\n## Support\n\n- You can support the development of Senpwai through donations on [GitHub Sponsors](https://github.com/sponsors/SenZmaKi) or [Patreon](https://patreon.com/Senpwai).\n- You can also leave a star on the github for more weebs to know about it.\n- Senpwai is open to pull requests, so if you have ideas for improvements, feel free to contribute!\n\n## Sponsors\n\n<p>\n<a href=\"https://github.com/Adam1400\"><img src=\"https://github.com/Adam1400.png\" width=\"80px\" alt=\"Adam1400\"/></a>&nbsp;&nbsp;<a href=\"https://github.com/KeithBoehler\"><img src=\"https://github.com/KeithBoehler.png\" width=\"80px\" alt=\"KeithBoehler\" /></a>\n</p>\n\n## FAQ\n\n<details> <summary> Why did you make this? </summary>\nI couldn't afford wifi so I used my college wifi to download anime after class but batch downloading from streaming sites is a pain in the ass,\nyou have to click billions of links just to download one episode, so I made Senpwai to help me and possibly others that face a similar problem.\n</details>\n\n<details> <summary> What is HLS mode? </summary>\n \nHLS mode attempts to fix the unstability of Gogoanime normal mode. \nIn HLS mode Gogoanime downloads are guaranteed to work, though with a few downsides:\n\n- Requires [FFmpeg](https://www.hostinger.com/tutorials/how-to-install-ffmpeg) to be installed, though Senpwai can attempt to automatically install it for you.\n- No download size indication but Senpwai will estimate the total download size after the first download.\n\n</details>\n\n<details> <summary> Do you intend to add more sources? </summary>\n\nOne person can only do so much, I only plan on adding another source if something ever happens to Animepahe or Gogoanime.\nMore sources means more writing more code which in turn means fixing more bugs.\n\n</details>\n\n## Links\n\n[Sub-reddit](https://reddit.com/r/Senpwai)\n\n[Discord server](https://discord.com/invite/e9UxkuyDX2)\n\n[GitHub Sponsors](https://github.com/sponsors/SenZmaKi)\n\n[Patreon](https://patreon.com/Senpwai)\n\n## Legal Disclaimer\n\nSenpwai is designed solely for providing access to publicly available content. It is not intended to support or promote piracy or copyright infringement. As the creator of this app, I hereby declare that I am not responsible for, and in no way associated with, any external links or the content they direct to.\n\nIt is essential to understand that all the content available through this app are found freely accessible on the internet and the app does not host any copyrighted content. I do not exercise control over the nature, content, or availability of the websites linked within the app.\n\nIf you have any concerns or objections regarding the content provided by this app, please contact the respective website owners, webmasters, or hosting providers. Thank you.\n\n## Epilogue\n\nTruly one of the most apps ever of all time.\n",
    "bugtrack_url": null,
    "license": "GPL v3",
    "summary": "A desktop app for tracking and batch downloading anime",
    "version": "2.1.9",
    "project_urls": {
        "Bug Tracker": "https://github.com/SenZmaKi/Senpwai/issues",
        "Discord": "https://discord.gg/invite/e9UxkuyDX2",
        "Documentation": "https://github.com/SenZmaKi/Senpwai/blob/master/README.md",
        "Homepage": "https://github.com/SenZmaKi/Senpwai",
        "Reddit": "https://www.reddit.com/r/Senpwai",
        "Repository": "https://github.com/SenZmaKi/Senpwai"
    },
    "split_keywords": [
        "anime",
        " app",
        " cli",
        " desktop app",
        " anime downloader",
        " anime cli",
        " anime app",
        " anime tracker",
        " batch anime downloader",
        " bulk anime  downloader",
        " anime desktop app",
        " anime tracker app"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c156e3e04c09db0d65027326aaf2b2f6193c93e6b4ac2e01fc8be8bb064cff1",
                "md5": "6cd116f5addd672eb68a4f5af1b8d408",
                "sha256": "89bb04fcc1c358686f7421d79bcdef522d755020ddb9437aa01a18b8c42070a3"
            },
            "downloads": -1,
            "filename": "senpwai-2.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cd116f5addd672eb68a4f5af1b8d408",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 6743722,
            "upload_time": "2024-04-23T17:42:26",
            "upload_time_iso_8601": "2024-04-23T17:42:26.176966Z",
            "url": "https://files.pythonhosted.org/packages/3c/15/6e3e04c09db0d65027326aaf2b2f6193c93e6b4ac2e01fc8be8bb064cff1/senpwai-2.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c6c5f6c6ab33998d04518ce46a1748e1abb30c9f05ed9de5cfe8f37f83967fc",
                "md5": "e70f87788f6cd0bebff2b9c352be38c4",
                "sha256": "a7e7949dd19acbfe1c838189e2663d2e1fea0bba0240535c18b4c0701a9c7dfc"
            },
            "downloads": -1,
            "filename": "senpwai-2.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "e70f87788f6cd0bebff2b9c352be38c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 6735528,
            "upload_time": "2024-04-23T17:43:03",
            "upload_time_iso_8601": "2024-04-23T17:43:03.711463Z",
            "url": "https://files.pythonhosted.org/packages/7c/6c/5f6c6ab33998d04518ce46a1748e1abb30c9f05ed9de5cfe8f37f83967fc/senpwai-2.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 17:43:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SenZmaKi",
    "github_project": "Senpwai",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "senpwai"
}
        
Elapsed time: 0.24995s