mahmoud / awesome-python-applications

💿 Free software that works great, and also happens to be open-source Python.
ftp://you:relookin@it#readme
16.78k stars 2.68k forks source link

Add project: FlexGet #122

Open metaMMA opened 5 years ago

metaMMA commented 5 years ago

Basic info

Application name: Flexget Application repo link: https://github.com/Flexget/Flexget Application home link: https://flexget.com/ Application description: 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.

Qualifications

There are a ton of great Python projects out there, but what makes an application "Awesome™"? Please check that all of the following criteria apply:

Note that installability via pip/PyPI and a developer-audience focus may warrant a higher standard for inclusion, in keeping with the spirit of the list: http://sedimental.org/awesome_python_applications.html

Additional notability info

This application provides users with a flexible and robust method for finding the information they want from the web using input plugins, filtering the matches in a multitude of ways, and sending those matches where they'd like them to go (and in the format they need) using output plugins. This, in and of itself, is not novel. It is the use of SQLAlchemy to track what has been seen, accepted/rejected along with task scheduling that makes this application shine.