🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

manga-notifier

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manga-notifier

A command-line tool to keep updated of the new chapters manga.

pipPyPI
Version
1.1.1
Maintainers
1

manga-notifier

.. image:: https://img.shields.io/pypi/v/manga-notifier.svg?style=flat-square :alt: PyPI :target: https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=manga-notifier manga-notifier is a command-line tools to send osx notifications when a new chapter of manga is released (www.mangastream.com)

Setup

First you need to install ```terminal-notifier`` https://github.com/alloy/terminal-notifier`__.

Via Homebrew <https://github.com/Homebrew/homebrew>__:

::

$ brew install terminal-notifier

Then:

::

$ pip install manga-notifier

Or:

::

$ pip3 install manga-notifier

Usage

First, add your favorite manga and the last chapter. (see ```Mangastream`` http://www.mangastream.com`__)

::

$ manga-notifier add "One piece"

Then:

::

$ manga-notifier

If there is a new chapter, you will receive a notification. Click on the notification and it will open the chapter in a browser.

Other commands


Of course, you can delete a favorite

::

    $ manga-notifier delete "One Piece"

You can list all your favorites. It will display the last chapter for
each favorite.

::

    $ manga-notifier list

Finally, you can download the last chapter of your favorite

::

    $ manga-notifier download "One Piece"

Or Download all

::

    $ manga-notifier download --all

All chapter will be stored on the Desktop.

Other usage
~~~~~~~~~~~

You can add it to your .bashrc. In that case, each time you open a
terminal, it will check new release of your favorite manga.

Or you can add it in your crontab.


Keywords

tools manga entertainement

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts