FlexGet


NameFlexGet JSON
Version 3.11.28 PyPI version JSON
download
home_pageNone
SummaryFlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
upload_time2024-04-19 15:13:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
license The MIT License Copyright (C) 2006, Riku 'Shrike' Lindblad Copyright (C) 2007, Marko Koivusalo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            FlexGet
=======
.. image:: https://github.com/Flexget/Flexget/actions/workflows/main.yml/badge.svg?branch=develop
    :target: https://github.com/Flexget/Flexget/actions/workflows/main.yml?query=branch%3Adevelop

.. image:: https://img.shields.io/pypi/v/Flexget.svg
    :target: https://pypi.python.org/pypi/Flexget
    
..
    Commenting these out for now, as they seem to be broken.
    .. image:: https://api.codacy.com/project/badge/Grade/86bb847efe984c12948bdeccabcbccad
        :target: https://www.codacy.com/app/Flexget/Flexget?utm_source=github.com&utm_medium=referral&utm_content=Flexget/Flexget&utm_campaign=Badge_Grade

    .. image:: https://api.codacy.com/project/badge/Coverage/86bb847efe984c12948bdeccabcbccad
        :target: https://www.codacy.com/app/Flexget/Flexget?utm_source=github.com&utm_medium=referral&utm_content=Flexget/Flexget&utm_campaign=Badge_Coverage


.. image:: https://img.shields.io/discord/536690097056120833?label=discord
    :target: https://discord.gg/W6CQrJx

.. image:: http://isitmaintained.com/badge/resolution/Flexget/Flexget.svg
    :target: http://isitmaintained.com/project/Flexget/Flexget

`FlexGet`_ is a multipurpose automation tool for content like torrents, nzbs,
podcasts, comics, series, movies, etc. It can use different kinds of sources
like RSS-feeds, html pages, csv files, search engines and there are even
plugins for sites that do not provide any kind of useful feeds.

Example
=======
Flexget uses a `YAML`_ based configuration file.
The following example will look in the RSS feed in the link, will match any item that match the series names and download it::

    tasks:
      tv:
        rss: http://example.com/torrents.xml
        series:
        - some series
        - another series
        download: /tvshows

There are numerous plugins that allow utilizing FlexGet in interesting ways
and more are being added continuously.

FlexGet is extremely useful in conjunction with applications which have watch
directory support or provide interface for external utilities like FlexGet.
To get a sense of the many things that can be done with FlexGet you can take a look in our `cookbook`_.

.. _FlexGet: https://flexget.com

.. _YAML: http://www.yaml.org/

.. _cookbook: https://flexget.com/Cookbook


**ChangeLog:** https://flexget.com/ChangeLog

**Help:** https://github.com/Flexget/Flexget/discussions

**Chat:** https://flexget.com/Chat

**Bugs:** https://github.com/Flexget/Flexget/issues

Install
-------

FlexGet is installable via pip with the command::

    pip install flexget

For more detailed instructions see the `installation guide`_.

.. _installation guide: https://flexget.com/Install

How to use GIT checkout
-----------------------

Refer to `development guide`_.

.. _development guide: https://flexget.readthedocs.io/en/latest/develop/index.html#how-do-i-get-started

If you don't want to use virtualenv there's ``flexget_vanilla.py`` file which
can be used to run FlexGet without virtualenv, note that you will need to
install all required dependencies yourself.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "FlexGet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Marko Koivusalo <marko.koivusalo@gmail.com>, Chase Sterling <chase.sterling@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/e6/7a7b4e76b415ff18a1824a3374c4ad868f4a3b7e999223d56598b7eb0770/flexget-3.11.28.tar.gz",
    "platform": null,
    "description": "FlexGet\n=======\n.. image:: https://github.com/Flexget/Flexget/actions/workflows/main.yml/badge.svg?branch=develop\n    :target: https://github.com/Flexget/Flexget/actions/workflows/main.yml?query=branch%3Adevelop\n\n.. image:: https://img.shields.io/pypi/v/Flexget.svg\n    :target: https://pypi.python.org/pypi/Flexget\n    \n..\n    Commenting these out for now, as they seem to be broken.\n    .. image:: https://api.codacy.com/project/badge/Grade/86bb847efe984c12948bdeccabcbccad\n        :target: https://www.codacy.com/app/Flexget/Flexget?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Flexget/Flexget&amp;utm_campaign=Badge_Grade\n\n    .. image:: https://api.codacy.com/project/badge/Coverage/86bb847efe984c12948bdeccabcbccad\n        :target: https://www.codacy.com/app/Flexget/Flexget?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Flexget/Flexget&amp;utm_campaign=Badge_Coverage\n\n\n.. image:: https://img.shields.io/discord/536690097056120833?label=discord\n    :target: https://discord.gg/W6CQrJx\n\n.. image:: http://isitmaintained.com/badge/resolution/Flexget/Flexget.svg\n    :target: http://isitmaintained.com/project/Flexget/Flexget\n\n`FlexGet`_ is a multipurpose automation tool for content like torrents, nzbs,\npodcasts, comics, series, movies, etc. It can use different kinds of sources\nlike RSS-feeds, html pages, csv files, search engines and there are even\nplugins for sites that do not provide any kind of useful feeds.\n\nExample\n=======\nFlexget uses a `YAML`_ based configuration file.\nThe following example will look in the RSS feed in the link, will match any item that match the series names and download it::\n\n    tasks:\n      tv:\n        rss: http://example.com/torrents.xml\n        series:\n        - some series\n        - another series\n        download: /tvshows\n\nThere are numerous plugins that allow utilizing FlexGet in interesting ways\nand more are being added continuously.\n\nFlexGet is extremely useful in conjunction with applications which have watch\ndirectory support or provide interface for external utilities like FlexGet.\nTo get a sense of the many things that can be done with FlexGet you can take a look in our `cookbook`_.\n\n.. _FlexGet: https://flexget.com\n\n.. _YAML: http://www.yaml.org/\n\n.. _cookbook: https://flexget.com/Cookbook\n\n\n**ChangeLog:** https://flexget.com/ChangeLog\n\n**Help:** https://github.com/Flexget/Flexget/discussions\n\n**Chat:** https://flexget.com/Chat\n\n**Bugs:** https://github.com/Flexget/Flexget/issues\n\nInstall\n-------\n\nFlexGet is installable via pip with the command::\n\n    pip install flexget\n\nFor more detailed instructions see the `installation guide`_.\n\n.. _installation guide: https://flexget.com/Install\n\nHow to use GIT checkout\n-----------------------\n\nRefer to `development guide`_.\n\n.. _development guide: https://flexget.readthedocs.io/en/latest/develop/index.html#how-do-i-get-started\n\nIf you don't want to use virtualenv there's ``flexget_vanilla.py`` file which\ncan be used to run FlexGet without virtualenv, note that you will need to\ninstall all required dependencies yourself.\n",
    "bugtrack_url": null,
    "license": " The MIT License  Copyright (C) 2006, Riku 'Shrike' Lindblad Copyright (C) 2007, Marko Koivusalo  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.",
    "version": "3.11.28",
    "project_urls": {
        "Forum": "https://github.com/Flexget/Flexget/discussions",
        "Homepage": "https://flexget.com",
        "Issue Tracker": "https://github.com/Flexget/Flexget/issues",
        "Repository": "https://github.com/Flexget/Flexget"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8b24f9515f3c4d423ae5dec436903ec1c12fe7a81808b728c336a0b33b5ac73",
                "md5": "92443fe34c0c328302d3ebf73eb6035c",
                "sha256": "7f0ee3529d2102ce1af3275289f32b5df9a6dfcc016d95683f8756d0d688b30c"
            },
            "downloads": -1,
            "filename": "FlexGet-3.11.28-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92443fe34c0c328302d3ebf73eb6035c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9153979,
            "upload_time": "2024-04-19T15:13:45",
            "upload_time_iso_8601": "2024-04-19T15:13:45.131816Z",
            "url": "https://files.pythonhosted.org/packages/f8/b2/4f9515f3c4d423ae5dec436903ec1c12fe7a81808b728c336a0b33b5ac73/FlexGet-3.11.28-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fce67a7b4e76b415ff18a1824a3374c4ad868f4a3b7e999223d56598b7eb0770",
                "md5": "9b5df6b3a2d67d86c39a6859b0baee6f",
                "sha256": "a16ddcc35ef3ee7ced88e281033964145ee8a5212bf7e0b017361f751e2c6c4d"
            },
            "downloads": -1,
            "filename": "flexget-3.11.28.tar.gz",
            "has_sig": false,
            "md5_digest": "9b5df6b3a2d67d86c39a6859b0baee6f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8754418,
            "upload_time": "2024-04-19T15:13:56",
            "upload_time_iso_8601": "2024-04-19T15:13:56.515992Z",
            "url": "https://files.pythonhosted.org/packages/fc/e6/7a7b4e76b415ff18a1824a3374c4ad868f4a3b7e999223d56598b7eb0770/flexget-3.11.28.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 15:13:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Flexget",
    "github_project": "Flexget",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "flexget"
}
        
Elapsed time: 0.25889s