chibi-dl-tmo


Namechibi-dl-tmo JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/dem4ply/chibi_dl_tmo
Summarycommand script for download mangas from lectortmo.com or visortmo.com
upload_time2024-08-10 23:56:36
maintainerNone
docs_urlNone
authordem4ply
requires_pythonNone
licenseWTFPL
keywords chibi_dl_tmo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ============
chibi_dl_tmo
============


.. image:: https://img.shields.io/pypi/v/chibi_dl_tmo.svg
        :target: https://pypi.python.org/pypi/chibi_dl_tmo

.. image:: https://img.shields.io/travis/dem4ply/chibi_dl_tmo.svg
        :target: https://travis-ci.org/dem4ply/chibi_dl_tmo

.. image:: https://readthedocs.org/projects/chibi-dl-tmo/badge/?version=latest
        :target: https://chibi-dl-tmo.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




command script for download mangas from lectortmo.com


* Free software: WTFPL
* Documentation: https://chibi-dl-tmo.readthedocs.io.


Features
--------

is a command line tool for download series from tmofans.com

for the mangas from tmofans is going to compress all the images in a
zip and rename the extencion to cbz


=======
install
=======


.. code-block:: bash

	pip install chibi_dl_tmo
	pip install -e git+https://github.com/jdholtz/undetected-chromedriver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver

is going to add the command chibi_dl_tmo


===========
how to used
===========


.. code-block:: text

	usage: chibi_dl_tmo [-h] [--only_print] [--only_metadata] [--only_links] [--user USER] [--password PASSWORD] [--log_level LOG_LEVEL] [-o DOWNLOAD_PATH]
                    [-config_site CONFIG_SITE]
                    site [site ...]
	descarga mangas
	positional arguments:
	  site                  urls de las series que se quieren descargar
	options:
	  -h, --help            show this help message and exit
	  --only_print          define si silo va a imprimir la lista de links o episodios
	  --only_metadata       se define si solo se queire recolectar los datos y no descargar
	  --only_links          si se usa solo imprimira las urls
	  --user USER, -u USER  usuario del sitio
	  --password PASSWORD, -p PASSWORD
	                        contrasenna del sitio
	  --log_level LOG_LEVEL
	                        nivel de log
	  -o DOWNLOAD_PATH, --output DOWNLOAD_PATH
	                        ruta donde se guardara el video o manga
	  -config_site CONFIG_SITE
	                        python, yaml o json archivo con el usuario y password de cada sitio

.. code-block:: bash

	chibi_dl -o /path/to/save/serie "https://tmofans.com/library/manga/13698/komi-san-wa-komyushou-desu"

for get all the list of pending, follow and read in tmo fans
need the user and password for do the login and retrive the list of links
and donwload all the series

.. code-block:: bash

	chibi_dl --only_print --only_links -p $PASSWORD -u $USER https://tmofans.com/profile/read https://tmofans.com/profile/pending  https://tmofans.com/profile/follow > links_of_mangas
	chibi_dl -o /path/to/save/series @links_of_mangas

can add a config file to set the default download folder

.. code-block:: bash

	echo <<EOF
	from chibi.config import configuration
	configuration.chibi_dl_tmo.download_path = '~/path/mangas'
	EOF > ~/.config/chibi/chibi_dl_tmo.py
	chibi_dl @links_of_mangas


=======
History
=======

0.0.1 (2023-04-04)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dem4ply/chibi_dl_tmo",
    "name": "chibi-dl-tmo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "chibi_dl_tmo",
    "author": "dem4ply",
    "author_email": "dem4ply@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/69/197c2a5aafcb70b7f2e7538ce357e5c60d58417913d4e2698a9f40398a03/chibi_dl_tmo-1.0.0.tar.gz",
    "platform": null,
    "description": "============\nchibi_dl_tmo\n============\n\n\n.. image:: https://img.shields.io/pypi/v/chibi_dl_tmo.svg\n        :target: https://pypi.python.org/pypi/chibi_dl_tmo\n\n.. image:: https://img.shields.io/travis/dem4ply/chibi_dl_tmo.svg\n        :target: https://travis-ci.org/dem4ply/chibi_dl_tmo\n\n.. image:: https://readthedocs.org/projects/chibi-dl-tmo/badge/?version=latest\n        :target: https://chibi-dl-tmo.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\n\n\ncommand script for download mangas from lectortmo.com\n\n\n* Free software: WTFPL\n* Documentation: https://chibi-dl-tmo.readthedocs.io.\n\n\nFeatures\n--------\n\nis a command line tool for download series from tmofans.com\n\nfor the mangas from tmofans is going to compress all the images in a\nzip and rename the extencion to cbz\n\n\n=======\ninstall\n=======\n\n\n.. code-block:: bash\n\n\tpip install chibi_dl_tmo\n\tpip install -e git+https://github.com/jdholtz/undetected-chromedriver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver\n\nis going to add the command chibi_dl_tmo\n\n\n===========\nhow to used\n===========\n\n\n.. code-block:: text\n\n\tusage: chibi_dl_tmo [-h] [--only_print] [--only_metadata] [--only_links] [--user USER] [--password PASSWORD] [--log_level LOG_LEVEL] [-o DOWNLOAD_PATH]\n                    [-config_site CONFIG_SITE]\n                    site [site ...]\n\tdescarga mangas\n\tpositional arguments:\n\t  site                  urls de las series que se quieren descargar\n\toptions:\n\t  -h, --help            show this help message and exit\n\t  --only_print          define si silo va a imprimir la lista de links o episodios\n\t  --only_metadata       se define si solo se queire recolectar los datos y no descargar\n\t  --only_links          si se usa solo imprimira las urls\n\t  --user USER, -u USER  usuario del sitio\n\t  --password PASSWORD, -p PASSWORD\n\t                        contrasenna del sitio\n\t  --log_level LOG_LEVEL\n\t                        nivel de log\n\t  -o DOWNLOAD_PATH, --output DOWNLOAD_PATH\n\t                        ruta donde se guardara el video o manga\n\t  -config_site CONFIG_SITE\n\t                        python, yaml o json archivo con el usuario y password de cada sitio\n\n.. code-block:: bash\n\n\tchibi_dl -o /path/to/save/serie \"https://tmofans.com/library/manga/13698/komi-san-wa-komyushou-desu\"\n\nfor get all the list of pending, follow and read in tmo fans\nneed the user and password for do the login and retrive the list of links\nand donwload all the series\n\n.. code-block:: bash\n\n\tchibi_dl --only_print --only_links -p $PASSWORD -u $USER https://tmofans.com/profile/read https://tmofans.com/profile/pending  https://tmofans.com/profile/follow > links_of_mangas\n\tchibi_dl -o /path/to/save/series @links_of_mangas\n\ncan add a config file to set the default download folder\n\n.. code-block:: bash\n\n\techo <<EOF\n\tfrom chibi.config import configuration\n\tconfiguration.chibi_dl_tmo.download_path = '~/path/mangas'\n\tEOF > ~/.config/chibi/chibi_dl_tmo.py\n\tchibi_dl @links_of_mangas\n\n\n=======\nHistory\n=======\n\n0.0.1 (2023-04-04)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "WTFPL",
    "summary": "command script for download mangas from lectortmo.com or visortmo.com",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/dem4ply/chibi_dl_tmo"
    },
    "split_keywords": [
        "chibi_dl_tmo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16a8a1d70ac401184a6ebfb28a92f206e9a1cd3993f2c9483c43392b53eeca47",
                "md5": "a7bdeba0ec02e56af0c1414602d4666a",
                "sha256": "6d913cbca96427c3838eec233d29b8266d11543473ccc6d5479f3bbdde765133"
            },
            "downloads": -1,
            "filename": "chibi_dl_tmo-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7bdeba0ec02e56af0c1414602d4666a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 11106,
            "upload_time": "2024-08-10T23:56:34",
            "upload_time_iso_8601": "2024-08-10T23:56:34.828064Z",
            "url": "https://files.pythonhosted.org/packages/16/a8/a1d70ac401184a6ebfb28a92f206e9a1cd3993f2c9483c43392b53eeca47/chibi_dl_tmo-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e769197c2a5aafcb70b7f2e7538ce357e5c60d58417913d4e2698a9f40398a03",
                "md5": "726cbdc70a516c9daceb9c7cf5741a53",
                "sha256": "40582b63cae040a72c45b9e35f608936414c10fc7a2cd61309f06cc2f708fd78"
            },
            "downloads": -1,
            "filename": "chibi_dl_tmo-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "726cbdc70a516c9daceb9c7cf5741a53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16984,
            "upload_time": "2024-08-10T23:56:36",
            "upload_time_iso_8601": "2024-08-10T23:56:36.166854Z",
            "url": "https://files.pythonhosted.org/packages/e7/69/197c2a5aafcb70b7f2e7538ce357e5c60d58417913d4e2698a9f40398a03/chibi_dl_tmo-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 23:56:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dem4ply",
    "github_project": "chibi_dl_tmo",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "lcname": "chibi-dl-tmo"
}
        
Elapsed time: 0.76174s