Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delonnewman/magbot

A CLI application for fetching media from jw.org feeds
https://github.com/delonnewman/magbot

cli-app jw jw-org perl perl5

Last synced: 3 months ago
JSON representation

A CLI application for fetching media from jw.org feeds

Awesome Lists containing this project

README

        

# NAME

magbot - For fetching media from jw.org feeds

# SYNOPSIS

> magbot
# downloads magazines as specified in the $HOME/.magbot configuration file

> magbot -d
# starts in daemon mode and checks for new downloads each day

> magbot -c
# checks for new items in feeds in the $HOME/.magbot configuration file reports
# the results on the screen and exits

> magbot -c g E MP3
# checks the current English Awake! feed and exits

> magbot g E MP3
# downloads the current English Awake! magazines in MP3 format

> magbot w J PDF
# downloads the current Japanese Watchtower magazines in PDF format

> magbot w AL PDF 2012-08
# downloads August 2012 Albanian Watchtower magazine in PDF format

# DESCRIPTION

For fetching media from jw.org from the command-line prints
Gtk notifications, to standard output, and to Syslog.

# DEPENDENCIES

YAML
XML::LibXML
Gtk2::Notify (optional)
HTTP::Tiny

# AUTHOR

Delon Newman