Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrabbit/hitman
:gun: :radio: RSS enclosure (Podcast) downloader
https://github.com/jrabbit/hitman
podcasts rss rss-downloader stable
Last synced: 10 days ago
JSON representation
:gun: :radio: RSS enclosure (Podcast) downloader
- Host: GitHub
- URL: https://github.com/jrabbit/hitman
- Owner: jrabbit
- License: gpl-3.0
- Created: 2010-08-01T05:14:50.000Z (over 14 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-08T05:47:37.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T23:25:27.383Z (6 months ago)
- Topics: podcasts, rss, rss-downloader, stable
- Language: Python
- Homepage: https://hitman.readthedocs.io
- Size: 347 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Hitman.
=======
The professional RSS enclosure downloader.
-------------------------------------------
[![Build Status](https://travis-ci.com/jrabbit/hitman.svg?branch=dev)](https://travis-ci.com/jrabbit/hitman)
[![published version](https://img.shields.io/pypi/v/hitman.svg)](https://pypi.org/project/hitman/)
[![codecov](https://codecov.io/gh/jrabbit/hitman/branch/master/graph/badge.svg)](https://codecov.io/gh/jrabbit/hitman)+ Should run on recent python (3.7+)
+ Lets you reference feeds based on user defined aliases [ex: "trms", "maddow"]
+ Supports OPML.
+ Tells you when a download is done (OSD-notify, send-notify, Win10 Notifications, Haiku OS, Opt-in terminal bell)
+ A fun assassin theme![hitman jacket](http://upload.wikimedia.org/wikipedia/en/7/76/Hit_mancons.jpg)
Basic usage
-----------Add a feed.
`hitman.py add http://www.democracynow.org/podcast-video.xml`Alias it.
`hitman.py alias "Democracy Now! Video" dn`Download latest enclosures (episodes) of every feed.
`hitman.py`Import your RSS feeds (via OPML)
`hitman.py import myfeeds.opml`[Full docs at rtd.](https://hitman.readthedocs.io/en/latest/)